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 = {