Fix reboot alias auth prompt and minor formatting
Add sudo to reboot alias so it doesn't prompt for password. Add blank line before networking.hostName in hardware config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
090e5efbc1
commit
e1f073969b
2 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
clean = "sudo nix-collect-garbage -d";
|
||||
ll = "ls -alh";
|
||||
clear = "command clear";
|
||||
reboot = "systemctl reboot";
|
||||
reboot = "sudo systemctl reboot";
|
||||
};
|
||||
|
||||
# Add packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue