aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-06 17:42:04 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-06 17:42:04 -0500
commitd53d908d8ff2a6661dc4c8287e727ad2e29e2e43 (patch)
treeb8d48c4c7cd95d6e0c2f6c0534d2e117405d4bdb /hosts/jupiter/config.nix
parentaf7765d1e2ca4a890d939b88d891b51108bfc10d (diff)
parenteb6d82179c83f9f54deb966bdd61cc51d682565e (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'hosts/jupiter/config.nix')
-rw-r--r--hosts/jupiter/config.nix4
1 files changed, 2 insertions, 2 deletions
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 = {