Unified nix configuration.
Find a file
2025-09-16 17:58:46 -06:00
home home: defaultDesktopPack enables baseline 2025-09-15 03:57:24 -06:00
pkgs nix fmt 2025-08-28 16:26:31 -06:00
sys fix typo in homepage input 2025-09-16 13:38:17 -06:00
trivionomicon Merge commit 'b424cc1c1c' 2025-09-15 00:00:37 -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 flake.lock: Update 2025-09-16 17:58:46 -06:00
flake.nix flake: make homepage input follow nixpkgs 2025-09-16 16:38:46 -06:00
README.md README: add updating homepage instructions 2025-09-16 12:20:22 -06:00

Nix configuration

Updating

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

Update homepage

nix flake update --commit-lock-file homepage

Cleanup

Collect garbage (run with sudo to collect root garbage)

nix-collect-garbage -d

Submodule management

Trivionomicon

git subtree push --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master
git subtree pull --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master

About

This is a unification of my old configs, which had a combined 506 commits.