From fd9ed4e5e826674131f4887853150d3795dd222f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 5 Jul 2024 16:25:36 +0200 Subject: refactor(hosts): Also move bluetooth and graphics to separate modules --- hosts/apzu/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/apzu/default.nix') diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index 5b3d23f8..2d26b27b 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -18,11 +18,15 @@ backlight = "intel_backlight"; }; locale.enable = true; + networking = { enable = true; mode = "NetworkManager"; hostName = "apzu"; }; + bluetooth = { + enable = true; + }; nixpkgs = { enable = true; systemName = "x86_64-linux"; -- cgit 1.4.1