nix/os/devices/srv0.home-ch.stefanjunker.de: bump nixos 21.11 -> 22.05

This commit is contained in:
steveej 2022-10-30 16:11:21 +01:00
parent 46ef6bd0a6
commit dc761a5271
8 changed files with 32 additions and 22 deletions

View file

@ -11,6 +11,8 @@ let
in {
config = { pkgs, ... }: {
system.stateVersion = "20.03"; # Did you read the comment?
imports = [
../profiles/containers/configuration.nix
];