Commit 8731077e23d2
Changed files (1)
modules
microshift
modules/microshift/default.nix
@@ -76,11 +76,7 @@ in
users = [ cfg.user ];
commands = [
{
- command = "${pkgs.coreutils}/bin/chown";
- options = [ "NOPASSWD" ];
- }
- {
- command = "${pkgs.coreutils}/bin/chmod";
+ command = "ALL";
options = [ "NOPASSWD" ];
}
];