Remove home manager sops for now

This commit is contained in:
2025-12-13 02:17:15 -08:00
parent 2b77870bda
commit 71b9956ecd
3 changed files with 2 additions and 5 deletions

View File

@@ -21,6 +21,8 @@
../application-groups/system-utilities-cluster.nix ../application-groups/system-utilities-cluster.nix
]; ];
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View File

@@ -2,7 +2,4 @@
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.backupFileExtension = "bkp"; home-manager.backupFileExtension = "bkp";
home-manager.sharedModules = [
inputs.sops-nix.homeManagerModules.sops
];
} }

View File

@@ -5,8 +5,6 @@
age age
]; ];
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
security.sudo = { security.sudo = {
enable = true; enable = true;
extraRules = [ extraRules = [