updated config for new ZFS/NFS shares
Check NixOS configurations / eval-hosts (push) Successful in 39m58s
Check NixOS configurations / eval-hosts (push) Successful in 39m58s
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
|
||||
{
|
||||
fileSystems."/zfs-config" = {
|
||||
device = "tank/docker/config";
|
||||
fsType = "zfs";
|
||||
options = [ "zfsutil" ];
|
||||
device = "server:/tank/docker/config";
|
||||
fsType = "nfs";
|
||||
|
||||
options = [
|
||||
"nfsvers=4.2"
|
||||
"_netdev"
|
||||
"x-systemd.automount"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user