diff --git a/configuration.nix b/configuration.nix index d2649f9..48c2605 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,6 +13,13 @@ ./services ]; + nix = { + package = pkgs.nixFlakes; + extraOptions = '' + experimental-features = nix-command flakes + ''; + }; + # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2;