mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
secrets: add transmission secret
mauville: add transmission credentialswith agenix secrets/transmission: update secres/transmission: require auth secres/transmission: require auth
This commit is contained in:
parent
1467fd3a8f
commit
ee1c240a5f
|
@ -46,6 +46,8 @@ in {
|
|||
|
||||
syncthingCert.file = ../../secrets/syncthing/mauville/cert.age;
|
||||
syncthingKey.file = ../../secrets/syncthing/mauville/key.age;
|
||||
|
||||
transmission.file = ../../secrets/transmission.age;
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
@ -116,6 +118,8 @@ in {
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
transmission.credentialsFile = config.age.secrets.transmission.path;
|
||||
};
|
||||
|
||||
environment.variables.GDK_SCALE = "1.25";
|
||||
|
|
|
@ -37,5 +37,6 @@ in {
|
|||
"syncthing/rustboro/cert.age".publicKeys = keys;
|
||||
"syncthing/rustboro/key.age".publicKeys = keys;
|
||||
"tailscale/authKeyFile.age".publicKeys = keys;
|
||||
"transmission.age".publicKeys = keys;
|
||||
"wifi.age".publicKeys = keys;
|
||||
}
|
||||
|
|
BIN
secrets/transmission.age
Normal file
BIN
secrets/transmission.age
Normal file
Binary file not shown.
Loading…
Reference in a new issue