Add support for nfs mounts

This commit is contained in:
Eli Ribble 2024-10-23 09:18:32 -07:00
parent b59764a335
commit 6e67b13b5b
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,8 @@
]; ];
# Bootloader. # Bootloader.
boot.supportedFilesystems = [ "nfs" ];
boot.kernelModules = [ "nfs" ];
# Disable PSR according to # Disable PSR according to
# https://bbs.archlinux.org/viewtopic.php?pid=2191514#p2191514 # https://bbs.archlinux.org/viewtopic.php?pid=2191514#p2191514
boot.kernelParams = [ boot.kernelParams = [
@ -103,6 +105,9 @@
(pkgs.writeTextDir "share/cups/model/Brother_HL-L8250CDN.ppd" (builtins.readFile ./Brother_HL-L8250CDN.ppd)) (pkgs.writeTextDir "share/cups/model/Brother_HL-L8250CDN.ppd" (builtins.readFile ./Brother_HL-L8250CDN.ppd))
]; ];
# Enable rpcbind for nfs mounting
services.rpcbind.enable = true;
# Enable the X11 windowing system. # Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session. # You can disable this if you're only using the Wayland session.
services.xserver.enable = true; services.xserver.enable = true;
@ -185,6 +190,7 @@
mosh mosh
mumble mumble
ndisc6 ndisc6
nfs-utils
neovim neovim
om4 om4
poetry poetry