configuration: get rid of warnings

Since we generate whole images we don't have state and can always go with the last.
This commit is contained in:
Jörg Thalheim 2023-09-29 10:11:37 +02:00
parent 8ee7847002
commit 866c15b90c

View File

@ -9,6 +9,8 @@
networking.firewall.allowedTCPPorts = [80];
system.stateVersion = lib.version;
users.users.root.password = "nixos";
services.openssh.settings.PermitRootLogin = lib.mkDefault "yes";
services.getty.autologinUser = lib.mkDefault "root";