chore: update state version
This commit is contained in:
parent
c91eb45acf
commit
aa1075e911
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,5 +36,5 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.stateVersion = "21.11";
|
home.stateVersion = "22.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,5 +60,5 @@ with pkgs; {
|
||||||
dos2unix
|
dos2unix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "21.11";
|
home.stateVersion = "22.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,5 +88,5 @@
|
||||||
breitbandmessung
|
breitbandmessung
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "21.11";
|
home.stateVersion = "22.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue