summaryrefslogtreecommitdiff
path: root/systems/hermes
diff options
context:
space:
mode:
Diffstat (limited to 'systems/hermes')
-rw-r--r--systems/hermes/nixos/networking.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/hermes/nixos/networking.nix b/systems/hermes/nixos/networking.nix
index 6d1899f..0558b03 100644
--- a/systems/hermes/nixos/networking.nix
+++ b/systems/hermes/nixos/networking.nix
@@ -28,6 +28,9 @@
};
};
+ # Disables the wg-quick-home service from starting up
+ systemd.services."wg-quick-home".wantedBy = lib.mkForce [];
+
# Bluetooth
hardware.bluetooth.enable = true;