move experimental features so they actually work? pt extra

This commit is contained in:
mir 2024-03-01 10:22:26 -09:00
parent 131a0b8c7c
commit 791ef707f2

View File

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