Unified nix configuration for server, desktop and laptop.
Find a file
2025-01-28 12:51:49 -06:00
home improve firefox module 2025-01-28 12:30:06 -06:00
pkgs home: remove zoom 2025-01-27 19:51:38 -06:00
sys vps: enable forgejo actions 2025-01-28 12:51:49 -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 update flake.nix 2025-01-23 07:49:00 -06:00
flake.nix replace nur.overlay with nur.overlays.default 2025-01-05 01:47:55 -06:00
README.md add readme 2025-01-27 23:21:05 -06:00

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