From 71b9956ecdeb7270fef80bdd18219b07ee740040 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sat, 13 Dec 2025 02:17:15 -0800 Subject: [PATCH] Remove home manager sops for now --- modules/host-groups/cluster.nix | 2 ++ modules/system/home-manager-settings.nix | 3 --- modules/system/security.nix | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/host-groups/cluster.nix b/modules/host-groups/cluster.nix index f827f4d..58e33a2 100644 --- a/modules/host-groups/cluster.nix +++ b/modules/host-groups/cluster.nix @@ -21,6 +21,8 @@ ../application-groups/system-utilities-cluster.nix ]; + sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + time.timeZone = "America/Los_Angeles"; # This value determines the NixOS release from which the default diff --git a/modules/system/home-manager-settings.nix b/modules/system/home-manager-settings.nix index b4e08d1..a1c70da 100644 --- a/modules/system/home-manager-settings.nix +++ b/modules/system/home-manager-settings.nix @@ -2,7 +2,4 @@ { home-manager.useGlobalPkgs = true; home-manager.backupFileExtension = "bkp"; - home-manager.sharedModules = [ - inputs.sops-nix.homeManagerModules.sops - ]; } diff --git a/modules/system/security.nix b/modules/system/security.nix index 69287ee..29f162f 100644 --- a/modules/system/security.nix +++ b/modules/system/security.nix @@ -5,8 +5,6 @@ age ]; - sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - security.sudo = { enable = true; extraRules = [