added more options to gnome.nix
This commit is contained in:
parent
f8aa299e16
commit
b3f992f001
3 changed files with 40 additions and 5 deletions
|
@ -65,7 +65,7 @@ flake=${flake:-$target}
|
|||
mode=${mode:-switch}
|
||||
user=${user:-$USER}
|
||||
|
||||
command="nixos-rebuild $mode --use-remote-sudo --ask-sudo-password --flake .#$flake"
|
||||
command="nixos-rebuild $mode --sudo --flake .#$flake"
|
||||
|
||||
if [[ $host ]];
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue