fix nix errors

This commit is contained in:
Vivian 2022-10-08 17:05:22 +02:00
parent 7f7121aad6
commit 743d86da5b
4 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,7 @@ in {
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.05"; # Did you read the comment?
system.stateVersion = "22.11"; # Did you read the comment?
virtualisation.podman = {
enable = true;