aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-04 16:58:32 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-04 16:58:32 -0500
commiteb6d82179c83f9f54deb966bdd61cc51d682565e (patch)
tree1e76e0be8b0ed25e256fbc72cc01f9ebc476c806 /hosts/jupiter/config.nix
parent59bb582382fe0dbb7c10b21e99615511f8fd5254 (diff)
changes to jupiter
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 = {