l 1 dishfire: add mount for /srv/http

This commit is contained in:
lassulus 2016-04-09 14:14:19 +02:00
parent e57841421b
commit 5a85d6b696

View File

@ -26,6 +26,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/srv/http" = {
device = "/dev/pool/srv_http";
fsType = "ext4";
};
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/vda1"; device = "/dev/vda1";
fsType = "ext4"; fsType = "ext4";