My NixOS flake template made with snowfall.
sys
is a bash script I made that makes working with NixOS easier.
Rebuild (in flake directory)
sudo sys rebuild # or `r` as a shorthand
Testing an ephemeral config:
sudo sys test # or `t` as a shorthand
Deploying to a server (in flake directory):
sudo sys deploy HOSTNAME # or `d` as a shorthand