feat: nfs

This commit is contained in:
2025-10-17 09:16:05 +09:00
parent b652047222
commit 33d9482892

View File

@@ -17,6 +17,13 @@ in {
nixpkgs.config.allowUnfree = true;
services.nfs.server = {
enable = true;
exports = ''
/home/vagrant *(rw,sync,no_subtree_check,no_root_squash)
'';
};
boot.loader = {
systemd-boot.enable = false;
efi = {