From 70b3e2ccff9e5e4b0d225ba164c00d32654cb1b4 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] option tweaks --- modules/hosts/soteria.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"; } ]; };