summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-09 13:55:26 +0100
committerLeonardo <noreply@leoflo.me>2026-03-09 13:55:26 +0100
commit3fa98d406c7afcc49d32075a0f809497f68d3644 (patch)
treeafa04f082c2e5536fe7ed300ce2b62f6da18e7df /systems
parent34cd41cf8510ba230cb77f5d361bbdacbe1df2ee (diff)
downloadnixos-3fa98d406c7afcc49d32075a0f809497f68d3644.tar.gz
nixos-3fa98d406c7afcc49d32075a0f809497f68d3644.zip
disabled the wg-quick autostart
Diffstat (limited to 'systems')
-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;