mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Specify subcommands of nix system
This commit is contained in:
parent
eda396c1a2
commit
45d654d6df
1 changed files with 13 additions and 1 deletions
|
@ -27,7 +27,19 @@
|
||||||
options = [ "SETENV" "NOPASSWD" ];
|
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" ];
|
options = [ "NOPASSWD" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue