diff --git a/configuration.nix b/configuration.nix index bb5d372..80fe54b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,6 +24,8 @@ boot.kernelParams = [ "intel_iommu=on" ]; + boot.supportedFilesystems = [ "nfs" ]; + services.hardware.bolt.enable = true; networking.hostName = "nixpad"; # Define your hostname. @@ -165,6 +167,7 @@ environment.systemPackages = with pkgs; [ vim wget + cifs-utils ] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]); programs.dconf.enable = true;