aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/nixos.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-23 15:26:02 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-23 15:26:11 -0600
commit6683e653bf6657055976b7d1a555e922ebcce854 (patch)
tree82317b3e8d2dd86f319a68c25c44ce109d2a2f44 /hosts/ganymede/nixos.nix
parentfeba291fa1e837caa72dc68f37ee99e57af5da13 (diff)
nuke wireguard config
Diffstat (limited to 'hosts/ganymede/nixos.nix')
-rw-r--r--hosts/ganymede/nixos.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix
index 47e3129..75fe039 100644
--- a/hosts/ganymede/nixos.nix
+++ b/hosts/ganymede/nixos.nix
@@ -1,7 +1,6 @@
{
config,
inputs,
- lib,
...
}: {
imports = [
@@ -24,10 +23,6 @@
networkConfig.DHCP = "yes";
};
- systemd.networks."12-wireguard" = {
- networkConfig.Address = lib.mkForce ["100.100.0.1/24"];
- };
-
# i broke something and this fixes it
environment.etc."systemd/resolved.conf.d/10-dns.conf".text = config.environment.etc."systemd/resolved.conf".text;
}