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