remove sops and obsidian from servers

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-10-20 20:36:35 -04:00
parent 084a869442
commit 8266fa23a1
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,6 @@
smartmontools smartmontools
wget wget
glances glances
obsidian
onefetch onefetch
# Rust packages # Rust packages
@ -160,7 +159,7 @@
}; };
}; };
sops = { sops = lib.mkIf (!machineConfig.server) {
age.sshKeyPaths = [ "/home/alice/.ssh/id_ed25519_sops" ]; age.sshKeyPaths = [ "/home/alice/.ssh/id_ed25519_sops" ];
defaultSopsFile = ./secrets.yaml; defaultSopsFile = ./secrets.yaml;
secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime"; secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime";

View File

@ -59,6 +59,7 @@
bitwarden-menu bitwarden-menu
wtype wtype
zathura zathura
obsidian
]; ];
} }