...
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user