Skip to content

Commit

Permalink
nix: Fix serviceConfig.Restart
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Oct 17, 2023
1 parent 159e33d commit a1aea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ let
value = {
description = "KMonad for ${keyboard.device}";
script = lib.escapeShellArgs cmd;
serviceConfig.Restart = "yes";
serviceConfig.Restart = "always";
serviceConfig.User = "kmonad";
serviceConfig.SupplementaryGroups = groups;
serviceConfig.Nice = -20;
Expand Down

0 comments on commit a1aea16

Please sign in to comment.