From 63cf62849b06ad6ff3b133d7a101f3a70a05d5b6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 10 Nov 2022 00:59:25 +0100 Subject: [PATCH] add stateVersion to all the containers (set to 21.11 since that was what we had before) --- services/gitea.nix | 1 + services/hedgedoc-hacc.nix | 1 + services/hedgedoc-i4f.nix | 1 + services/lantifa.nix | 1 + services/mattermost.nix | 1 + services/nextcloud.nix | 1 + services/thelounge.nix | 1 + services/uffd.nix | 1 + 8 files changed, 8 insertions(+) diff --git a/services/gitea.nix b/services/gitea.nix index 19d5455..ee6a25e 100644 --- a/services/gitea.nix +++ b/services/gitea.nix @@ -19,6 +19,7 @@ boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) { }).profiles.nopersist ]; diff --git a/services/hedgedoc-hacc.nix b/services/hedgedoc-hacc.nix index d88a411..4963f79 100644 --- a/services/hedgedoc-hacc.nix +++ b/services/hedgedoc-hacc.nix @@ -16,6 +16,7 @@ boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) {}).profiles.nopersist diff --git a/services/hedgedoc-i4f.nix b/services/hedgedoc-i4f.nix index 4580b82..973d6d6 100644 --- a/services/hedgedoc-i4f.nix +++ b/services/hedgedoc-i4f.nix @@ -16,6 +16,7 @@ boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) {}).profiles.nopersist diff --git a/services/lantifa.nix b/services/lantifa.nix index 8d2c954..ee1f694 100644 --- a/services/lantifa.nix +++ b/services/lantifa.nix @@ -18,6 +18,7 @@ networking.useDHCP = false; users.users.root.hashedPassword = ""; hexchen.bindmounts."/var/lib/mediawiki" = "/persist/var/lib/mediawiki"; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) {}).profiles.nopersist diff --git a/services/mattermost.nix b/services/mattermost.nix index f60302c..17ea5c5 100644 --- a/services/mattermost.nix +++ b/services/mattermost.nix @@ -20,6 +20,7 @@ in { boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) {}).profiles.nopersist diff --git a/services/nextcloud.nix b/services/nextcloud.nix index ed870d7..1a76287 100644 --- a/services/nextcloud.nix +++ b/services/nextcloud.nix @@ -16,6 +16,7 @@ boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) {}).profiles.nopersist diff --git a/services/thelounge.nix b/services/thelounge.nix index f71beeb..b55c2c8 100644 --- a/services/thelounge.nix +++ b/services/thelounge.nix @@ -16,6 +16,7 @@ in boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; nixpkgs.config.allowUnfree = true; networking.firewall.enable = false; diff --git a/services/uffd.nix b/services/uffd.nix index 40ec542..2ac31af 100644 --- a/services/uffd.nix +++ b/services/uffd.nix @@ -18,6 +18,7 @@ in { boot.isContainer = true; networking.useDHCP = false; users.users.root.hashedPassword = ""; + system.stateVersion = "21.11"; imports = [ ((import sources.nix-hexchen) {}).profiles.nopersist