1
Fork 0

fuck you git

This commit is contained in:
caem 2023-06-25 12:23:16 +02:00
parent eafad2af57
commit 6863db4fe3

View file

@ -38,12 +38,6 @@
prefixLength = 24;
}];
};
};
time.timeZone = "Europe/Berlin";
console = {
keyMap = "uk";
nameservers = [ "1.1.1.1" "8.8.8.8" ];
defaultGateway = "192.168.2.1";
firewall = {
@ -52,6 +46,10 @@
};
};
time.timeZone = "Europe/Berlin";
console.keyMap = "uk";
# To not mess up SSH sessions from weird terminals
environment.sessionVariables = rec {
TERM = "xterm";