summaryrefslogblamecommitdiff
path: root/hardware/cez.nix
blob: e0cf620b6dc6a8d4157cce8fcde6ee4b3ef5f1a7 (plain) (tree)
1
2
3
4
5
6
7
8


                




                               



                                        
 
{ config, ... }:

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

  boot = {
    initrd.luks.reusePassphrases = true;
    consoleLogLevel = 3;
  };
}