We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81bdb4 commit 11f0679Copy full SHA for 11f0679
common/nixos-minimal-configuration.nix
@@ -47,6 +47,8 @@
47
settings.KbdInteractiveAuthentication = false;
48
};
49
50
+ environment.etc.hosts.mode = "0644";
51
+
52
time.timeZone = lib.mkDefault "Europe/Rome";
53
54
nix.settings = {
0 commit comments