diff options
author | lassulus <lass@aidsballs.de> | 2016-06-06 22:12:55 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-06 22:12:55 +0200 |
commit | fd95a5a2049580ef66886ca15563bcf798d254b2 (patch) | |
tree | 546f50809204f2bcf94c407f2f90567b5ef39720 | |
parent | 85ab676579beac3083b6c278858c0efea4efb358 (diff) |
l 1 shodan: mount /dev/pool/home-lass
-rw-r--r-- | lass/1systems/shodan.nix | 5 |
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 = '' |