add readme

This commit is contained in:
Fabian Montero 2025-01-27 23:20:23 -06:00
parent 62a361c5eb
commit 5b194ca54a
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

11
README.md Normal file
View file

@ -0,0 +1,11 @@
## Unified nix configuration
Switch server: `nixos-rebuild switch --target-host root@posixlycorrect.com --use-substitutes --show-trace --flake .\#vps`
Switch current machine: `sudo nixos-rebuild switch --flake . --show-trace`
Switch current home manager: `home-manager switch --flake . --show-trace`
Update homepage: `nix flake update --commit-lock-file --update-input homepage`
Update whole flake: `nix flake update --commit-lock-file`