Infini-DL360: add nfs as a supported filsystem

This commit is contained in:
Infinidoge 2025-09-12 17:43:08 -04:00
parent 1bc7a62840
commit 31e04b37ac
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -208,4 +208,6 @@
];
services.printing.enable = true;
boot.supportedFilesystems.nfs = true;
}