Modified file creation process

pull/1/head
Illia Chub 2020-12-23 16:06:27 +02:00
parent 2c25fbdf10
commit 101da8ae50
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ EOF
EOF
cat > /etc/nixos/letsencrypt/certbot.nix << EOF
{ pkgs, ... }:
'{ pkgs, ... }:
{
systemd = {
timers.certbot-renew = {
@ -190,7 +190,7 @@ EOF
};
};
};
}
}'
EOF
cat > /etc/nixos/backup/restic.nix << EOF