From 8266fa23a1ef56960d7f16c936ea551271afb506 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 20 Oct 2024 20:36:35 -0400 Subject: [PATCH] remove sops and obsidian from servers Signed-off-by: ahuston-0 --- users/alice/home.nix | 3 +-- users/alice/non-server.nix | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; }