summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-04-09 14:14:19 +0200
committerlassulus <lass@aidsballs.de>2016-04-09 14:14:19 +0200
commit5a85d6b6964a0906df0d562b03415217f50aa17d (patch)
treeaffb889f8313e9a9c85386f09de81d90a4e6c65d /lass
parente57841421bbb818572145dfec3dce12bf40017b4 (diff)
l 1 dishfire: add mount for /srv/http
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/dishfire.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/dishfire.nix b/lass/1systems/dishfire.nix
index c7d016cd..7043809a 100644
--- a/lass/1systems/dishfire.nix
+++ b/lass/1systems/dishfire.nix
@@ -26,6 +26,11 @@
fsType = "ext4";
};
+ fileSystems."/srv/http" = {
+ device = "/dev/pool/srv_http";
+ fsType = "ext4";
+ };
+
fileSystems."/boot" = {
device = "/dev/vda1";
fsType = "ext4";