fix and clean out webserver
This commit is contained in:
parent
5905f98b07
commit
cbec98ecf6
3 changed files with 1 additions and 21 deletions
|
@ -25,7 +25,7 @@ in {
|
|||
domains = [ cfg.domain ];
|
||||
use = "web";
|
||||
inherit (passwords.dyndns.${cfg.domain}) username;
|
||||
passwordFile = builtins.toFile "" passwords.dyndns.${cfg.domain}.password;
|
||||
passwordFile = builtins.toFile passwords.dyndns._filename passwords.dyndns.${cfg.domain}.password;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue