mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Modified file creation process
This commit is contained in:
parent
2c25fbdf10
commit
101da8ae50
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue