This commit is contained in:
Sebastian Moser
2024-02-27 00:55:44 +01:00
parent 06425c3a60
commit 166912d6b3
12 changed files with 126 additions and 26 deletions

View File

@@ -89,9 +89,11 @@
export TERM="xterm-color"
export system=${system}
export NIX_PATH=$NIX_PATH:nixpkgs=${self}
export NIXPKGS_ALLOW_UNFREE=1
# the commit hash of nixpkgs 23.11
export nip="nixpkgs/71db8c7a02f3be7cb49b495786050ce1913246d3"
export nup="nixpkgs/2a34566b67bef34c551f204063faeecc444ae9da"
# needed to make ssh -X work
# see: https://unix.stackexchange.com/questions/412065/ssh-connection-x11-connection-rejected-because-of-wrong-authentication

View File

@@ -59,16 +59,15 @@
user = "me";
};
ocia = {
hostname = "140.238.173.196";
ocih = {
hostname = "152.67.70.13";
user = "ubuntu";
};
ocib = {
hostname = "140.238.213.48";
user = "ubuntu";
};
ocib = {
hostname = "140.238.211.43";
user = "root";
#identityFile = "${secretsDir}/private-key-ocib";
};
};
};