fix options

This commit is contained in:
2026-04-02 14:18:58 +02:00
parent d8a15c8977
commit 932c529c35
+1 -1
View File
@@ -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" =