diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 17:03:20 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 17:14:14 +0000 |
| commit | 82ec91b4d2c253c6ccb783f960a2788f230d6ad1 (patch) | |
| tree | 94dad925340787e5a045d9bb0d094f71dedce036 /hosts/mercury | |
| parent | cfe198ee85f3c5ee41f4221f49b73dd492b42fdc (diff) | |
start avoiding lib.enum; start using hjem generators
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; }; |
