diff options
author | sinanmohd <sinan@firemail.cc> | 2023-06-27 20:13:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-01 08:54:22 +0530 |
commit | 310fae33fa5bacca74c9377f28689e89295ab630 (patch) | |
tree | 1eca08875b7036dedcd52c9c34360f56fbf791aa /hardware/cez.nix | |
parent | 7b66cb2f7135753ca8519151b64f3c2f8fb0171a (diff) |
hardware/cez: initial commit
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r-- | hardware/cez.nix | 12 |
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; +} |