Remove the Transmission env file content from the nix store

This commit is contained in:
2023-06-27 20:36:48 -05:00
parent 47c7db222f
commit 16d8aa3dc6
5 changed files with 9 additions and 9 deletions

View File

@ -11,4 +11,5 @@ in
"secrets/htpasswd-dock.age" = { publicKeys = all; };
"secrets/keys.age" = { publicKeys = all; };
"secrets/sezycei.age" = { publicKeys = all; };
"secrets/transmission-env.age" = { publicKeys = all; };
}