From a2bcf3578e4ae49270f012c2c00f5d6153ac1c73 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:42:13 -0500 Subject: [PATCH] fix --- modules/hosts/soteria.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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"; } ]; };