diff options
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r-- | hardware/cez.nix | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix deleted file mode 100644 index dd46c86..0000000 --- a/hardware/cez.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ config, ... }: - -{ - imports = [ - ../features/wayland.nix - ../features/kaysshfs.nix - ../features/development.nix - ]; - - boot = { - initrd.luks.reusePassphrases = true; - consoleLogLevel = 3; - }; - - networking = { - hostName = "cez"; - dhcpcd.wait = "background"; - wireless.iwd.enable = true; - }; - - sound = { - enable = true; - extraConfig = '' - defaults.pcm.card 1 - defaults.ctl.card 1 - ''; - }; - services.pipewire = { - enable = true; - pulse.enable = true; - }; -} |