install nfs and cifs
This commit is contained in:
parent
242b453e05
commit
9714dba569
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
boot.kernelParams = [ "intel_iommu=on" ];
|
boot.kernelParams = [ "intel_iommu=on" ];
|
||||||
|
|
||||||
|
boot.supportedFilesystems = [ "nfs" ];
|
||||||
|
|
||||||
services.hardware.bolt.enable = true;
|
services.hardware.bolt.enable = true;
|
||||||
|
|
||||||
networking.hostName = "nixpad"; # Define your hostname.
|
networking.hostName = "nixpad"; # Define your hostname.
|
||||||
|
|
@ -165,6 +167,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
cifs-utils
|
||||||
] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]);
|
] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]);
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue