thanhnguyen2187 / .phoenix

0 stars 0 forks source link

Phoenix

Personal declarative configuration files that shall rise from the ashes.

Getting Started

Make sure that NixOS is installed on the machine.

To apply NixOS operating system configuration:

sudo nixos-rebuild switch --flake .#<name> --impure

To apply Home Manager configuration:

home-manager switch --flake .#<name>

Configuration Sets

sudo nixos-rebuild switch --flake .#draco --impure
home-manager switch --flake .#draco
sudo nixos-rebuild switch --flake .#vespertilio --impure
home-manager switch --flake .#vespertilio
nixos-rebuild switch \
    --flake .#gigas \
    --impure \
    --fast \
    --target-host root@<ip> \
;

Notes

notes/ tells us why does the code within this repository exist as it is.

TODO