attempt at nfs docker

This commit is contained in:
2025-01-13 21:28:47 -07:00
parent a2771afe2d
commit 0ae62c3020
7 changed files with 66 additions and 7 deletions

View File

@@ -89,6 +89,7 @@
tmux
libguestfs-with-appliance
iperf
nfs-utils
];
services.tailscale.enable = true;
services.openssh.enable = true;
@@ -164,7 +165,7 @@
device = "/dev/disk/by-uuid/437358fd-b9e4-46e2-bd45-f6b368acaac1";
fsType = "ext4";
};
boot.supportedFilesystems = [ "zfs" ];
boot.supportedFilesystems = [ "zfs" "nfs" ];
boot.zfs.forceImportRoot = false;
networking.hostId = "eafe9999";
boot.zfs.extraPools = [ "data" "data2" ];