summaryrefslogtreecommitdiff
path: root/hardware/cez.nix
blob: 100f2844bfe7f9a0a1bc99894a01dd985d52af80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, ... }:

{
  # netwroking
  networking = {
    hostName = "cez";
    wireless.iwd.enable = true;
  };

  # fde
  boot.initrd.luks.reusePassphrases = true;
}