summaryrefslogtreecommitdiffstats
path: root/lass/1systems/shodan.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-06-06 22:12:55 +0200
committerlassulus <lass@aidsballs.de>2016-06-06 22:12:55 +0200
commitfd95a5a2049580ef66886ca15563bcf798d254b2 (patch)
tree546f50809204f2bcf94c407f2f90567b5ef39720 /lass/1systems/shodan.nix
parent85ab676579beac3083b6c278858c0efea4efb358 (diff)
l 1 shodan: mount /dev/pool/home-lass
Diffstat (limited to 'lass/1systems/shodan.nix')
-rw-r--r--lass/1systems/shodan.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/shodan.nix b/lass/1systems/shodan.nix
index 9a29682a2..073d86790 100644
--- a/lass/1systems/shodan.nix
+++ b/lass/1systems/shodan.nix
@@ -68,6 +68,11 @@ with builtins;
"/boot" = {
device = "/dev/sda1";
};
+
+ "/home/lass" = {
+ device = "/dev/pool/home-lass";
+ fsType = "ext4";
+ };
};
services.udev.extraRules = ''