add bind fs for docker

This commit is contained in:
2026-04-02 16:29:38 +02:00
parent 53ac05664e
commit e0e857c533
+6
View File
@@ -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";