feat: add foot and clean up config

This commit is contained in:
2026-04-27 15:27:27 +02:00
parent 8b31e1ca9f
commit bac6e4997b
8 changed files with 149 additions and 91 deletions
+2 -1
View File
@@ -21,7 +21,6 @@ in
imports = [
nixosModules.host-base
nixosModules.terminfo
nixosModules.sops-host-ssh-key
nixosModules.openssh
nixosModules.caddy
@@ -35,6 +34,8 @@ in
./_disk.nix
];
environment.enableAllTerminfo = true;
users.users.${account.name}.linger = true;
};
}