core: move system.stateVersion to hosts

This commit is contained in:
Wroclaw 2024-05-21 15:15:01 +02:00
parent ab2c2b00fb
commit 43ba0271aa
2 changed files with 4 additions and 9 deletions

View file

@ -22,4 +22,8 @@
../nix-os/xdg-default-apps.nix ../nix-os/xdg-default-apps.nix
../nix-os/services/nix-binary-cache.nix ../nix-os/services/nix-binary-cache.nix
]; ];
config = {
system.stateVersion = "23.05";
};
} }

View file

@ -117,13 +117,4 @@
# Disable firewall # Disable firewall
networking.firewall.enable = false; networking.firewall.enable = false;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It's perfectly fine and recommended to leave
# 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 = "23.05"; # Did you read the comment?
# I am lazy
} }