mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 11:04:19 +00:00
Command, not commands
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
{
|
||||
commands = "${pkgs.systemd}/bin/systemctl start git-auto-rebuild";
|
||||
command = "${pkgs.systemd}/bin/systemctl start git-auto-rebuild";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
{
|
||||
commands = "${pkgs.systemd}/bin/systemctl stop git-auto-rebuild";
|
||||
command = "${pkgs.systemd}/bin/systemctl stop git-auto-rebuild";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user