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/tiamat/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/tiamat/default.nix') diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 06bca3bc..17e2ae9d 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -19,6 +19,9 @@ mode = "systemd-networkd"; hostName = "tiamat"; }; + bluetooth = { + enable = true; + }; polkit.enable = true; power.enable = true; -- cgit 1.4.1