From 0624de4676c2307c3ca37760ef2fc2d1773fedca Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 4 Jul 2024 18:44:40 +0200 Subject: use network manager move hardware settings to one file --- neko/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'neko/configuration.nix') diff --git a/neko/configuration.nix b/neko/configuration.nix index f8686de..946bef6 100644 --- a/neko/configuration.nix +++ b/neko/configuration.nix @@ -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"; } -- cgit v1.2.3