Skip to content

Commit 5b6f0cb

Browse files
build: run the main quintus branch
1 parent 0d5ff6c commit 5b6f0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/tom/systemd/services/quintus/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"network-online.target"
1212
];
1313
serviceConfig = {
14-
ExecStart = "${pkgs.nix}/bin/nix run github:zimeg/quintus/selfhost --refresh";
14+
ExecStart = "${pkgs.nix}/bin/nix run github:zimeg/quintus --refresh";
1515
Restart = "always";
1616
RestartSec = 2;
1717
User = "root";

0 commit comments

Comments
 (0)