feat: add foot and clean up config
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user