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

@ -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.mailTo = "admin@felschr.com";
@ -141,5 +142,5 @@ in with builtins; {
"${config.networking.hostName} <felschr@web.de>";
# only change this when specified in release notes
system.stateVersion = "21.11";
system.stateVersion = "22.05";
}