diff --git a/modules/hosts/soteria.nix b/modules/hosts/soteria.nix index 69cf3f7..9a088bf 100644 --- a/modules/hosts/soteria.nix +++ b/modules/hosts/soteria.nix @@ -78,18 +78,15 @@ in { imports = with inputs.self.modules.homeManager; [ rebuild - john sops # step-ssh-user # mtls - restic + # restic ]; - targets.genericLinux.enable = true; - - shell.program = "zsh"; home.username = "${username}"; home.homeDirectory = "/home/${username}"; + shell.program = "zsh"; } ]; };