use network manager
move hardware settings to one file
This commit is contained in:
parent
57345466b2
commit
0624de4676
7 changed files with 12 additions and 18 deletions
|
@ -14,16 +14,10 @@
|
|||
/data/nixos/common.nix
|
||||
];
|
||||
|
||||
# intel graphics
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
networking.hostName = "neko";
|
||||
networking.hostId = "cf5a5ee6";
|
||||
|
||||
# classic dhcpcd
|
||||
networking.networkmanager.enable = false;
|
||||
|
||||
# EurKey layout
|
||||
services.xserver.xkb.layout = "eu";
|
||||
}
|
||||
|
|
|
@ -33,4 +33,7 @@
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
# intel graphics
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue