From 82ec91b4d2c253c6ccb783f960a2788f230d6ad1 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:03:20 +0000 Subject: start avoiding lib.enum; start using hjem generators --- hosts/mercury/config.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hosts/mercury') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index f18c772..f39552d 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -34,9 +34,12 @@ audio.enable = true; networking = { enable = true; - wifiDaemon = "iwd"; + iwd.enable = true; + }; + bluetooth = { + enable = true; + bluetuith.enable = true; }; - bluetooth.enable = true; }; terminal = { @@ -68,7 +71,7 @@ }; boot = { - bootloader = "systemd-boot"; + systemd-boot.enable = true; plymouth.enable = true; secureBoot.enable = true; }; -- cgit v1.3.1