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