core: move system.stateVersion to hosts
This commit is contained in:
parent
ab2c2b00fb
commit
43ba0271aa
2 changed files with 4 additions and 9 deletions
|
@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue