diff options
author | makefu <github@syntax-fehler.de> | 2016-06-12 19:44:54 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-12 19:44:54 +0200 |
commit | 501897654670ef89a99a45749af63b9e98064dd5 (patch) | |
tree | ee9f96134435d401465c34b19caca7b7bda182c0 /makefu | |
parent | 365b6f3859c5f1a67cfe476a3478f62aeceff5aa (diff) |
ma 1 pornocauster: add boot unlock
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/pornocauster.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makefu/1systems/pornocauster.nix b/makefu/1systems/pornocauster.nix index fa39b121c..2fb93798a 100644 --- a/makefu/1systems/pornocauster.nix +++ b/makefu/1systems/pornocauster.nix @@ -31,6 +31,7 @@ # hardware specifics are in here ../2configs/hw/tp-x220.nix + ../2configs/hw/rtl8812au.nix # mount points ../2configs/fs/sda-crypto-root-home.nix # ../2configs/mediawiki.nix @@ -59,7 +60,6 @@ networking.firewall.allowedUDPPorts = [ 665 ]; krebs.build.host = config.krebs.hosts.pornocauster; - krebs.hosts.omo.nets.retiolum.via.ip4.addr = "192.168.1.11"; krebs.retiolum = { enable = true; @@ -68,4 +68,6 @@ networking.extraHosts = '' 192.168.1.11 omo.local ''; + # hard dependency because otherwise the device will not be unlocked + boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }]; } |