diff --git a/modules/hosts/soteria.nix b/modules/hosts/soteria.nix index 69cf3f7..7581fe7 100644 --- a/modules/hosts/soteria.nix +++ b/modules/hosts/soteria.nix @@ -82,14 +82,12 @@ in sops # step-ssh-user # mtls - restic + # restic ]; - targets.genericLinux.enable = true; - - shell.program = "zsh"; home.username = "${username}"; home.homeDirectory = "/home/${username}"; + shell.program = "zsh"; } ]; };