Rearrange a bit

This commit is contained in:
Chris (wolcen) Thompson 2025-04-25 12:20:40 -04:00
parent ffa50804fe
commit b0dd468c51

View file

@ -48,6 +48,8 @@
fsType = "ext4";
};
# Add flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
boot.loader.systemd-boot.memtest86.enable = true;
# Temporarily pin to 6.12 to fix llvm/rocm build
@ -71,8 +73,6 @@
];
services.fwupd.enable = true;
services.hardware.openrgb.enable = true;
# Add flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Feel like I should be sure this is safe w/flakes first:
#system.autoUpgrade.enable = true;
@ -467,6 +467,5 @@
# 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 = "24.05"; # Did you read the comment?
}