System stateVersion

This commit is contained in:
Jessica Canady 2023-06-24 23:39:50 -04:00
parent 9c575d27d3
commit a5cd3b6dc9
2 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,6 @@
nixosConfigurations = {
hornt = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
stateVersion = "23.05";
modules = [
nixos-hardware.nixosModules.framework-12th-gen-intel

View file

@ -5,6 +5,11 @@
./hornt-hardware.nix
];
system.stateVersion = "23.05";
nix.extraOptions = "
experimental-features = nix-command flakes
";
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;