lol

nixos/incus: avoid restart on switch for incus-startup (#444760)

authored by

Adam C. Stephens and committed by
GitHub
aed9a0d6 1926d297

+3
+3
nixos/modules/virtualisation/incus.nix
··· 449 449 requires = [ "incus.socket" ]; 450 450 wantedBy = config.systemd.services.incus.wantedBy; 451 451 452 + # restarting this service will affect instances 453 + restartIfChanged = false; 454 + 452 455 serviceConfig = { 453 456 ExecStart = "${incus-startup} start"; 454 457 ExecStop = "${incus-startup} stop";