Some checks failed
Test action / kaas (push) Failing after 1s
WOOP WOOP, it all works! now the next, big, huge, giant, hurdle to overcome is the chicken and egg problem of needing zitadel to generate values that I need inside the nix config of synapse, forgejo, and jellyfin
9 lines
No EOL
225 B
Text
9 lines
No EOL
225 B
Text
@_default: list
|
|
|
|
[doc('List machines')]
|
|
@list:
|
|
ls -1 ../systems/x86_64-linux/
|
|
|
|
[doc('Update the target machine')]
|
|
update machine:
|
|
nixos-rebuild switch --use-remote-sudo --target-host {{ machine }} --flake ..#{{ machine }} |