diff options
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/config.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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; }; |
