add bind fs for docker
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
{ device = "/dev/mapper/base--storage-Docker";
|
||||
fsType = "ext4";
|
||||
};
|
||||
# bind to give easily accessible space on SSD for configuration
|
||||
fileSystems."/home/shatteredmint/services" = {
|
||||
device = "/srv/docker/services";
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
fileSystems."/srv/private" =
|
||||
{ device = "/dev/mapper/base--storage-ShatteredMINT";
|
||||
|
||||
Reference in New Issue
Block a user