Compare commits

...

2 Commits

Author SHA1 Message Date
Inex Code 7567c69722 infect:config:sha1: update nixos-config 2024-03-14 18:46:29 +03:00
Alexander Tomokhov 62dfb006e4 infect:config:sha1<- nixpkgs and api update 2024-03-08 05:34:56 +04:00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
: "${VOLUME_DEV_PATH:=}"
: "${STAGING_ACME:=false}"
readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/4fc71ae22914fed2959c3bb92a838eac67a10d15.tar.gz"
readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/c204ab6da572e28fd5c5e9f6f30c6ed3fb35d709.tar.gz"
readonly NIX_VERSION="2.18.1"
readonly NL=$'\n'