diff --git a/systems/rpi4.nix b/systems/rpi4.nix index f798036..315e765 100644 --- a/systems/rpi4.nix +++ b/systems/rpi4.nix @@ -7,6 +7,8 @@ # ./programs.nix ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD";