From 33d9482892e39c8e0c90b3cb88104722319b42a6 Mon Sep 17 00:00:00 2001 From: minco Date: Fri, 17 Oct 2025 09:16:05 +0900 Subject: [PATCH] feat: nfs --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index ecbfb77..92874d8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {