Skip to content

Commit

Permalink
Update nixos-module.nix (kmonad#747)
Browse files Browse the repository at this point in the history
flipping serviceConfig.Restart to "yes"
  • Loading branch information
andreyadrian committed Oct 16, 2023
1 parent 8440eaf commit 1b79c5d
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 = "no";
serviceConfig.Restart = "yes";
serviceConfig.User = "kmonad";
serviceConfig.SupplementaryGroups = groups;
serviceConfig.Nice = -20;
Expand Down

0 comments on commit 1b79c5d

Please sign in to comment.