mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-12 22:23:15 +00:00
chore: Update template
This commit is contained in:
parent
92ba4e6fff
commit
ef1eb2b8de
|
@ -20,7 +20,7 @@
|
||||||
: "${VOLUME_DEV_PATH:=}"
|
: "${VOLUME_DEV_PATH:=}"
|
||||||
: "${STAGING_ACME:=false}"
|
: "${STAGING_ACME:=false}"
|
||||||
|
|
||||||
readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/db1db401d70c988e9a21f48bff1db7b615bc5942.tar.gz"
|
readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/6a5820883f1b923a2389541334ab9e42dccf31b4.tar.gz"
|
||||||
readonly NIX_VERSION="2.18.5"
|
readonly NIX_VERSION="2.18.5"
|
||||||
|
|
||||||
readonly NL=$'\n'
|
readonly NL=$'\n'
|
||||||
|
@ -103,6 +103,9 @@ genUserdata() {
|
||||||
},
|
},
|
||||||
"simple-nixos-mailserver": {
|
"simple-nixos-mailserver": {
|
||||||
"location": "$diskDeviceName"
|
"location": "$diskDeviceName"
|
||||||
|
},
|
||||||
|
"monitoring": {
|
||||||
|
"location": "$diskDeviceName"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue