srv0: update to nixos 21.11

This commit is contained in:
steveej 2021-12-06 20:22:47 +01:00
parent 87b8954fde
commit 988c414b00
3 changed files with 7 additions and 5 deletions

View file

@ -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;
};
};
}