srv0: update to nixos 21.11
This commit is contained in:
parent
87b8954fde
commit
988c414b00
3 changed files with 7 additions and 5 deletions
|
@ -24,7 +24,8 @@ in {
|
|||
ssl = true;
|
||||
domains = [ cfg.domain ];
|
||||
use = "web";
|
||||
inherit (passwords.dyndns.${cfg.domain}) username password;
|
||||
inherit (passwords.dyndns.${cfg.domain}) username;
|
||||
passwordFile = builtins.toFile "" passwords.dyndns.${cfg.domain}.password;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue