about summary refs log blame commit diff stats
path: root/hosts/_unmaintained/marduk/default.nix
blob: 2379fcdfa4cac76bd4561976e2cbb7d2933d0094 (plain) (tree)
1
2
3
4
5
6
7
8
9
             

                    
    

                      
                                             
 
                                
{lib, ...}: {
  imports = [
    ./hardware
    ./networking.nix
  ];

  console = {
    keyMap = "dvorak";
  };
  # needed to override defaults
  isoImage.isoName = lib.mkForce "nixos-iso";

  system.stateVersion = "23.05";
}