mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Remove sudo reauthentication before running nh
This commit is contained in:
parent
3ff4e0307b
commit
51f44b3f7a
1 changed files with 3 additions and 5 deletions
8
justfile
8
justfile
|
|
@ -1,18 +1,16 @@
|
|||
set quiet := true
|
||||
|
||||
rebuild := "sudo -v && nh os"
|
||||
|
||||
default:
|
||||
just --list --unsorted
|
||||
|
||||
switch:
|
||||
{{ rebuild }} switch .
|
||||
nh os switch .
|
||||
|
||||
test:
|
||||
{{ rebuild }} test .
|
||||
nh os test .
|
||||
|
||||
boot:
|
||||
{{ rebuild }} boot .
|
||||
nh os boot .
|
||||
|
||||
reboot: boot
|
||||
reboot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue