password
This commit is contained in:
parent
49d5caa8c7
commit
556cd2bdc7
1 changed files with 2 additions and 1 deletions
|
|
@ -147,10 +147,11 @@ in {
|
|||
volumes = [
|
||||
"/mnt/webdav/data:/data"
|
||||
"/mnt/webdav/config:/config"
|
||||
config.age.secrets."webdav".path + ":/password";
|
||||
];
|
||||
environment = {
|
||||
"WEBDAV_USERNAME" = "ironmagma";
|
||||
"WEBDAV_PASSWORD_FILE" = config.age.secrets."webdav".path;
|
||||
"WEBDAV_PASSWORD_FILE" = "/password";
|
||||
"TZ" = "America/Anchorage";
|
||||
|
||||
"PUID" = "60"; # nginx user
|
||||
|
|
|
|||
Loading…
Reference in a new issue