install nfs and cifs

This commit is contained in:
Clara Dautermann 2025-04-22 20:16:43 +02:00
parent 242b453e05
commit 9714dba569
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -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;