trantor mounts narwhal's nfs exports
parent
4db623a136
commit
3b26ec85f9
|
@ -78,6 +78,11 @@ in {
|
||||||
options = [ "subvol=swap" ];
|
options = [ "subvol=swap" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/mnt/narwhal" = {
|
||||||
|
device = "narwhal:/";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
Loading…
Reference in New Issue