Added a sops key and zsh alias

This commit is contained in:
KoenDR06 2024-08-06 11:07:06 +02:00
parent c67a3067da
commit eaa68d35fd
3 changed files with 9 additions and 5 deletions

View file

@ -65,11 +65,13 @@
"syncthing/luna".owner = "horseman";
"syncthing/terra".owner = "horseman";
"syncthing/solis".owner = "horseman";
"zsh/wolpc".owner = "horseman";
};
templates = {
"syncluna".content = ''${config.sops.placeholder."syncthing/luna"}'';
"syncterra".content = ''${config.sops.placeholder."syncthing/terra"}'';
"syncsolis".content = ''${config.sops.placeholder."syncthing/solis"}'';
"zshwolpc".content = ''${config.sops.placeholder."zsh/wolpc"}'';
};
};