mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-02-16 14:24:42 +00:00
Modified file creation process
This commit is contained in:
parent
2c25fbdf10
commit
101da8ae50
|
@ -172,7 +172,7 @@ EOF
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > /etc/nixos/letsencrypt/certbot.nix << EOF
|
cat > /etc/nixos/letsencrypt/certbot.nix << EOF
|
||||||
{ pkgs, ... }:
|
'{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
systemd = {
|
systemd = {
|
||||||
timers.certbot-renew = {
|
timers.certbot-renew = {
|
||||||
|
@ -190,7 +190,7 @@ EOF
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > /etc/nixos/backup/restic.nix << EOF
|
cat > /etc/nixos/backup/restic.nix << EOF
|
||||||
|
|
Loading…
Reference in a new issue