Skip to content

Commit

Permalink
feat: configure thymis-controller service to always restart
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Dec 23, 2024
1 parent 2e6dd09 commit 8f0909e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thymis-controller-nixos-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
script = "${inputs.thymis.packages.${config.nixpkgs.hostPlatform.system}.thymis-controller}/bin/thymis-controller";
serviceConfig.Restart = "always";
path = [
"/run/current-system/sw"
pkgs.git
Expand Down

0 comments on commit 8f0909e

Please sign in to comment.