Enable NFS client support on ringtail for k3s NFS volumes
mount.nfs was missing, preventing NFS PersistentVolume mounts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cf5194c138
commit
986505c7ef
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ in
|
|||
# NVIDIA container toolkit (CDI specs + runtime for containerd/k3s GPU pods)
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
|
||||
# NFS client support (required for k3s to mount NFS PersistentVolumes)
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
||||
# Wayland / Sway
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue