mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-25 21:11:27 +00:00
Update 'nixos-infect'
This commit is contained in:
parent
14b9c92555
commit
40f5a19dbb
10
nixos-infect
10
nixos-infect
|
@ -44,7 +44,7 @@ makeConf() {
|
||||||
./files.nix
|
./files.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./mailserver/system/mailserver.nix
|
./mailserver/system/mailserver.nix
|
||||||
#./mailserver/system/alps.nix
|
./mailserver/system/alps.nix
|
||||||
./vpn/ocserv.nix
|
./vpn/ocserv.nix
|
||||||
./api/api.nix
|
./api/api.nix
|
||||||
./api/api-module.nix
|
./api/api-module.nix
|
||||||
|
@ -1341,10 +1341,10 @@ infect() {
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install -y git whois
|
apt install -y git whois
|
||||||
cat > /etc/resolv.conf << EOF
|
#cat > /etc/resolv.conf << EOF
|
||||||
nameserver 1.1.1.1
|
#nameserver 1.1.1.1
|
||||||
nameserver 1.0.0.1
|
#nameserver 1.0.0.1
|
||||||
EOF
|
#EOF
|
||||||
prepareEnv
|
prepareEnv
|
||||||
makeSwap # smallest (512MB) droplet needs extra memory!
|
makeSwap # smallest (512MB) droplet needs extra memory!
|
||||||
checkEnv
|
checkEnv
|
||||||
|
|
Loading…
Reference in a new issue