This commit is contained in:
2025-08-20 17:19:01 +00:00
parent 3f6938dfda
commit 5510959db4
4 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
@@ -45,6 +45,6 @@
# systemd.services."getty@tty5".enable = false;
# systemd.services."getty@tty6".enable = false;
system.stateVersion = "24.11";
system.stateVersion = lib.mkDefault "24.11";
}