Fix fsType

This commit is contained in:
Thomas Avé 2026-06-29 10:55:16 +02:00
parent 427638f243
commit aadff75141
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {