Replaced 'builtins.readFile' with 'lib.fileContents'.
This commit is contained in:
parent
a3929a8ec5
commit
097981466e
4 changed files with 5 additions and 6 deletions
|
@ -9,7 +9,7 @@ mkIf (elem "mailserver" config.machine.services) {
|
|||
domains = [ config.machine.domain ];
|
||||
loginAccounts = {
|
||||
"derped@${config.machine.domain}" = {
|
||||
hashedPassword = (builtins.readFile /secret/derped.mail);
|
||||
hashedPassword = (fileContents /secret/derped.mail);
|
||||
};
|
||||
};
|
||||
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue