Fix fsType
This commit is contained in:
parent
427638f243
commit
aadff75141
|
|
@ -46,6 +46,7 @@
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Workspace" = {
|
fileSystems."/home/user/Workspace" = {
|
||||||
device = "/home/server/Workspace";
|
device = "/home/server/Workspace";
|
||||||
|
fsType = "none";
|
||||||
options = ["bind"];
|
options = ["bind"];
|
||||||
};
|
};
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue