Unified nix configuration.
Find a file
2025-08-25 23:40:44 -06:00
home general fixes and minor improvements 2025-08-25 23:07:11 -06:00
homepage Add 'homepage/' from commit 'a07048bb01' 2025-08-25 23:07:52 -06:00
pkgs general fixes and minor improvements 2025-08-25 23:07:11 -06:00
sys general fixes and minor improvements 2025-08-25 23:07:11 -06:00
trivionomicon Merge commit '0ae8676d50' 2025-08-25 16:11:51 -06:00
.gitignore update gitignore 2024-09-08 14:52:31 -06:00
COPYING add license 2024-11-20 18:46:38 -06:00
flake.lock move to standard trivionomicon flake.nix 2025-08-25 12:24:25 -06:00
flake.nix switch homepage to a submodule 2025-08-25 23:18:01 -06:00
README.md config: update README 2025-08-25 23:40:44 -06:00

Nix configuration

Update flake

nix flake update --commit-lock-file

Switch current machine

sudo nixos-rebuild switch --flake . --show-trace

Switch current home manager

home-manager switch --flake . --show-trace

Switch server

nixos-rebuild switch --target-host root@posixlycorrect.com --use-substitutes --show-trace --flake .\#vps

Cleanup

Collect garbage

nix-collect-garbage -d