diff --git a/config/base.nix b/config/base.nix index 84445e9..c92caa4 100644 --- a/config/base.nix +++ b/config/base.nix @@ -38,11 +38,8 @@ tree ]; }; - #boot.initrd = { - # extraFiles = { - # "install".source = installFiles; - # }; - #}; + nixpkgs.config.allowUnfree = true; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = [ pkgs.vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. pkgs.wget