codehia / nixdots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My NixOS flake template made with snowfall.


My system management tool sys

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

About

License:MIT License


Languages

Language:Nix 100.0%