remove sops and obsidian from servers
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
bc09b0ca4a
commit
ebcbdece4f
@ -58,7 +58,6 @@
|
||||
smartmontools
|
||||
wget
|
||||
glances
|
||||
obsidian
|
||||
onefetch
|
||||
|
||||
# Rust packages
|
||||
@ -162,7 +161,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";
|
||||
|
@ -62,6 +62,7 @@
|
||||
bitwarden-menu
|
||||
wtype
|
||||
zathura
|
||||
obsidian
|
||||
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user