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