remove unusable command

This commit is contained in:
Andreas Zweili 2022-02-28 16:39:36 +01:00
parent b4648966e7
commit 6989e9932b
1 changed files with 0 additions and 4 deletions

View File

@ -109,10 +109,6 @@
command = "/run/current-system/sw/bin/nixos-rebuild";
options = [ "NOPASSWD" ];
}
{
command = "/run/current-system/sw/bin/nix-env";
options = [ "NOPASSWD" ];
}
];
}
];