System Gen163 @ 2025-04-23-23:22:00

This commit is contained in:
Jonas Röger 2025-04-23 23:22:01 +02:00
parent 002308415d
commit 14f23810f1

View File

@ -28,7 +28,7 @@ in {
peers.harbor
];
};
systemd.services."wg-quick@wg0".wantedBy =
systemd.services.wg-quick-wg0.wantedBy =
if cfg.autoConnect
then lib.mkDefault []
else lib.mkForce [];