summaryrefslogtreecommitdiff
path: root/hardware/cez.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r--hardware/cez.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix
index 100f284..e0cf620 100644
--- a/hardware/cez.nix
+++ b/hardware/cez.nix
@@ -1,12 +1,13 @@
{ config, ... }:
{
- # netwroking
networking = {
hostName = "cez";
wireless.iwd.enable = true;
};
- # fde
- boot.initrd.luks.reusePassphrases = true;
+ boot = {
+ initrd.luks.reusePassphrases = true;
+ consoleLogLevel = 3;
+ };
}