summaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-06-27 20:13:52 +0530
committersinanmohd <sinan@sinanmohd.com>2023-07-01 08:54:22 +0530
commit7853213fee5b12097d1e7bc551e0269584fdade6 (patch)
tree1eca08875b7036dedcd52c9c34360f56fbf791aa /hardware
parentaad190aa14b0f80e400fcd9630b02601cf133a12 (diff)
hardware/cez: initial commit
Diffstat (limited to 'hardware')
-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;
+}