aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-27 07:57:56 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-27 07:57:56 -0600
commitc303524a359d2be84d825acebbf8d7e2ddd8f24a (patch)
treeaf7a7537703b7989dff65478a26f5637c0d1abbd /hosts/mercury/config.nix
parent1932c82d72fb74971b180f84e06bcd1724e6271b (diff)
refactor network config, add wireguard connection to vps
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index abf38fb..cdf24d9 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -36,9 +36,9 @@
};
network = {
- iwd.enable = true;
- networkd.enable = true;
+ wireless.dynamic = true;
};
+
audio.enable = true;
bluetooth.enable = true;
};