hosts/various: formatting, add consistent warnings to stateVersion

This commit is contained in:
h7x4
2026-01-22 15:57:12 +09:00
parent 12477aeb34
commit 28baf322ce
15 changed files with 39 additions and 62 deletions

View File

@@ -22,8 +22,6 @@
# TODO: can we reduce further?
system.stateVersion = "25.05";
sops.defaultSopsFile = fp /secrets/skrott/skrott.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
@@ -71,4 +69,8 @@
wantedBy = [ "getty.target" ]; # to start at boot
serviceConfig.Restart = "always"; # restart when session is closed
};
# Don't change (even during upgrades) unless you know what you are doing.
# See https://search.nixos.org/options?show=system.stateVersion
system.stateVersion = "25.05";
}