feat: nfs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user