summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-16 08:43:20 +0100
committermakefu <github@syntax-fehler.de>2016-03-16 08:43:20 +0100
commit04ba4784ae0918fe9e79af5c95bace3cf8605792 (patch)
tree58ec9be6aa1432af285da3e3e025530ba7b134bd /makefu
parent6f7801509fd13c09161f9f1e28caa4cb89db1bfb (diff)
ma 1 omo: fix misleading comment
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/omo.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix
index bfcd2298..f0f1d308 100644
--- a/makefu/1systems/omo.nix
+++ b/makefu/1systems/omo.nix
@@ -11,7 +11,7 @@ let
# cryptsetup luksFormat $dev --cipher aes-xts-plain64 -s 512 -h sha512
# cryptsetup luksAddKey $dev tmpkey
# cryptsetup luksOpen $dev crypt0 --key-file tmpkey --keyfile-size=4096
- # mkfs.ext4 /dev/mapper/crypt0 -L crypt0 -T largefile
+ # mkfs.xfs /dev/mapper/crypt0 -L crypt0
# omo Chassis:
# __FRONT_
@@ -30,6 +30,8 @@ let
cryptDisk2 = byid "ata-ST4000DM000-1F2168_Z303HVSG";
# cryptDisk3 = byid "ata-WDC_WD20EARS-00MVWB0_WD-WMAZA1786907";
# all physical disks
+
+ # TODO callPackage ../3modules/MonitorDisks { disks = allDisks }
allDisks = [ rootDisk cryptDisk0 cryptDisk1 cryptDisk2 ];
in {
imports =