Setup host

This commit is contained in:
Nettika 2026-02-24 16:35:58 -08:00
commit 0768504430
No known key found for this signature in database
GPG key ID: C357EE70D5027BCC
5 changed files with 190 additions and 0 deletions

4
Justfile Normal file
View file

@ -0,0 +1,4 @@
host := "egregore"
rebuild:
nixos-rebuild switch --flake .#{{host}} --target-host root@{{host}}