Skip to content

Commit

Permalink
Fix aon
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 5, 2024
1 parent 2abf6f5 commit baef11c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion aon/raspberry-pi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
enable = true;
path = [ aon ];
serviceConfig = {
ExecStart = "${aon}/bin/always-only-node --data-dir ${homeDir}";
ExecStart =
"${aon}/bin/always-online-node --data-dir ${homeDir}";
Restart = "always";
RestartSec = 10;
};
Expand Down
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit baef11c

Please sign in to comment.