diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 11:01:33 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-28 11:01:33 +0100 |
commit | 815dfcc69f82e6ae37633185d4c0fe487793bcd4 (patch) | |
tree | 930f69ebeffd9e59571ec739f02b9a077c3bd629 /sys/secrets/default.nix | |
parent | fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent (diff) | |
download | nixos-config-815dfcc69f82e6ae37633185d4c0fe487793bcd4.tar.gz nixos-config-815dfcc69f82e6ae37633185d4c0fe487793bcd4.zip |
chore(treewide): Move away from git-crypt
Diffstat (limited to '')
-rw-r--r-- | sys/secrets/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/secrets/default.nix b/sys/secrets/default.nix index 86118d10..d69014bf 100644 --- a/sys/secrets/default.nix +++ b/sys/secrets/default.nix @@ -56,6 +56,12 @@ in { owner = "soispha"; group = "users"; }; + taskserverCredentials = { + file = ./taskserver/credentials; + mode = "700"; + owner = "soispha"; + group = "users"; + }; }; }; }; |