1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Specify subcommands of nix system

This commit is contained in:
RGBCube 2024-01-16 12:10:34 +03:00
parent eda396c1a2
commit 45d654d6df
No known key found for this signature in database

View file

@ -27,7 +27,19 @@
options = [ "SETENV" "NOPASSWD" ];
}
{
command = "${system}/sw/bin/nix system";
command = "${system}/sw/bin/nix system activate";
options = [ "NOPASSWD" ];
}
{
command = "${system}/sw/bin/nix system apply";
options = [ "NOPASSWD" ];
}
{
command = "${system}/sw/bin/nix system boot";
options = [ "NOPASSWD" ];
}
{
command = "${system}/sw/bin/nix system build";
options = [ "NOPASSWD" ];
}
{