From 310fae33fa5bacca74c9377f28689e89295ab630 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 27 Jun 2023 20:13:52 +0530 Subject: hardware/cez: initial commit --- configuration.nix | 4 ---- hardware/cez.nix | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 hardware/cez.nix diff --git a/configuration.nix b/configuration.nix index 715d0ae..0fdcc54 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,10 +13,6 @@ }; # netwroking - networking = { - hostName = "cez"; - wireless.iwd.enable = true; - }; time.timeZone = "Asia/Kolkata"; # sound. 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; +} -- cgit v1.2.3