Commit 15234c5e0b7e
Changed files (1)
systems
hosts
systems/hosts/wakasu.nix
@@ -81,8 +81,8 @@ in
{
groups = [ "wheel" ];
commands = [
- { command = "${officemode}"; options = [ "NOPASSWD" ]; }
- { command = "${roadmode}"; options = [ "NOPASSWD" ]; }
+ { command = "${officemode}/bin/officemode"; options = [ "NOPASSWD" ]; }
+ { command = "${roadmode}/bin/roadmode"; options = [ "NOPASSWD" ]; }
];
}
];