From eb6d82179c83f9f54deb966bdd61cc51d682565e Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:58:32 -0500 Subject: changes to jupiter --- hosts/jupiter/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/jupiter/config.nix') diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix index c5ab464..27bda45 100644 --- a/hosts/jupiter/config.nix +++ b/hosts/jupiter/config.nix @@ -52,14 +52,14 @@ }; boot = { - bootloader = "systemd-boot"; + systemd-boot.enable = true; plymouth.enable = true; }; services = { networking = { enable = true; - wifiDaemon = "networkmanager"; # apparently gnome doesn't support iwd + networkmanager.enable = true; }; audio = { -- cgit v1.3.1