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 aae3fd4090
8 changed files with 31 additions and 18 deletions

View file

@ -4,6 +4,8 @@
, sshPort ? containerBackupCfg.portInt
}: {
config = { config, pkgs, lib, ... }: {
system.stateVersion = "21.11"; # Did you read the comment?
imports = [
../profiles/containers/configuration.nix
];