fix options
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
fileSystems."/srv/docker" =
|
fileSystems."/srv/docker" =
|
||||||
{ device = "/dev/mapper/base--storage-Docker";
|
{ device = "/dev/mapper/base--storage-Docker";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = "uid=${toString config.users.users.shatteredmint.uid},gid=${toString config.users.groups.users.gid}";
|
options = ["uid=${toString config.users.users.shatteredmint.uid},gid=${toString config.users.groups.users.gid}"];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/srv/private" =
|
fileSystems."/srv/private" =
|
||||||
|
|||||||
Reference in New Issue
Block a user