diff --git a/users/alice/home.nix b/users/alice/home.nix index b8b1afb..6502869 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -56,7 +56,6 @@ smartmontools wget glances - obsidian onefetch # Rust packages @@ -160,7 +159,7 @@ }; }; - sops = { + sops = lib.mkIf (!machineConfig.server) { age.sshKeyPaths = [ "/home/alice/.ssh/id_ed25519_sops" ]; defaultSopsFile = ./secrets.yaml; secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime"; diff --git a/users/alice/non-server.nix b/users/alice/non-server.nix index cab5e8f..5137c0b 100644 --- a/users/alice/non-server.nix +++ b/users/alice/non-server.nix @@ -59,6 +59,7 @@ bitwarden-menu wtype zathura + obsidian ]; }