chore: update state version

This commit is contained in:
Felix Schröter 2022-08-12 12:30:01 +02:00
parent c91eb45acf
commit aa1075e911
Signed by: felschr
GPG key ID: 671E39E6744C807D
8 changed files with 10 additions and 7 deletions

View file

@ -60,5 +60,5 @@
services.printing.drivers = with pkgs; [ epson-escpr ]; services.printing.drivers = with pkgs; [ epson-escpr ];
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "21.11"; system.stateVersion = "22.05";
} }

View file

@ -133,7 +133,8 @@ in with builtins; {
}; };
}; };
virtualisation.oci-containers.backend = "podman"; # TODO see NixOS manual for upgrading
services.postgresql.package = pkgs.postgresql_13;
systemd.emailNotify.enable = true; systemd.emailNotify.enable = true;
systemd.emailNotify.mailTo = "admin@felschr.com"; systemd.emailNotify.mailTo = "admin@felschr.com";
@ -141,5 +142,5 @@ in with builtins; {
"${config.networking.hostName} <felschr@web.de>"; "${config.networking.hostName} <felschr@web.de>";
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "21.11"; system.stateVersion = "22.05";
} }

View file

@ -36,5 +36,5 @@
} }
''; '';
home.stateVersion = "21.11"; home.stateVersion = "22.05";
} }

View file

@ -60,5 +60,5 @@ with pkgs; {
dos2unix dos2unix
]; ];
home.stateVersion = "21.11"; home.stateVersion = "22.05";
} }

View file

@ -88,5 +88,5 @@
breitbandmessung breitbandmessung
]; ];
home.stateVersion = "21.11"; home.stateVersion = "22.05";
} }

View file

@ -19,6 +19,7 @@ in {
"/var/lib/systemd" "/var/lib/systemd"
"/var/lib/libvirt" "/var/lib/libvirt"
"/var/lib/containers" "/var/lib/containers"
"/var/lib/nixos-containers"
"/var/lib/lxcfs" "/var/lib/lxcfs"
"/var/lib/docker" "/var/lib/docker"
"/var/lib/flatpak" "/var/lib/flatpak"

View file

@ -18,6 +18,7 @@ in {
ignorePatterns = [ ignorePatterns = [
"/var/lib/systemd" "/var/lib/systemd"
"/var/lib/containers" "/var/lib/containers"
"/var/lib/nixos-containers"
"/var/lib/lxcfs" "/var/lib/lxcfs"
"/var/lib/docker" "/var/lib/docker"
"/var/lib/flatpak" "/var/lib/flatpak"

View file

@ -32,5 +32,5 @@
services.printing.drivers = with pkgs; [ epson-escpr ]; services.printing.drivers = with pkgs; [ epson-escpr ];
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "21.11"; system.stateVersion = "22.05";
} }