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 shorthandTesting an ephemeral config:
sudo sys test # or `t` as a shorthandDeploying to a server (in flake directory):
sudo sys deploy HOSTNAME # or `d` as a shorthand
