fuck you git
This commit is contained in:
parent
eafad2af57
commit
6863db4fe3
1 changed files with 4 additions and 6 deletions
|
@ -38,12 +38,6 @@
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
|
||||||
|
|
||||||
console = {
|
|
||||||
keyMap = "uk";
|
|
||||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||||
defaultGateway = "192.168.2.1";
|
defaultGateway = "192.168.2.1";
|
||||||
firewall = {
|
firewall = {
|
||||||
|
@ -52,6 +46,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
console.keyMap = "uk";
|
||||||
|
|
||||||
# To not mess up SSH sessions from weird terminals
|
# To not mess up SSH sessions from weird terminals
|
||||||
environment.sessionVariables = rec {
|
environment.sessionVariables = rec {
|
||||||
TERM = "xterm";
|
TERM = "xterm";
|
||||||
|
|
Loading…
Reference in a new issue