move experimental features so they actually work?

This commit is contained in:
mir 2024-03-01 10:20:43 -09:00
parent d34913e529
commit 131a0b8c7c
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
{ {
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;

View File

@ -18,7 +18,6 @@
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;
networking.hostName = "galvatron"; networking.hostName = "galvatron";
sound.enable = false; sound.enable = false;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
} }
./galvatron/hardware-configuration.nix ./galvatron/hardware-configuration.nix
./galvatron/apple-silicon-support ./galvatron/apple-silicon-support