Setup host
This commit is contained in:
commit
0768504430
5 changed files with 190 additions and 0 deletions
4
Justfile
Normal file
4
Justfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
host := "egregore"
|
||||
|
||||
rebuild:
|
||||
nixos-rebuild switch --flake .#{{host}} --target-host root@{{host}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue