This commit is contained in:
2025-10-10 20:53:03 +03:00
parent b34949e442
commit 29bebbce06
+1 -1
View File
@@ -88,7 +88,7 @@
after = [ "network-online.target" ];
serviceConfig = {
Type = "oneshot";
ExecStart = [ "${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --no-reexec" ];
ExecStart = [ "${pkgs.nixos-rebuild}/bin/nixos-rebuild switch" ];
};
};