nix config
Find a file
iofq f61da27d72
Some checks failed
/ nvim-bundle (nvim-min) (push) Failing after 32s
/ check (push) Successful in 43s
let's try CI images again
2026-03-21 12:47:32 -05:00
.forgejo/workflows let's try CI images again 2026-03-21 12:47:32 -05:00
clusters/lab let's try CI images again 2026-03-21 12:47:32 -05:00
home-manager let's try CI images again 2026-03-21 12:47:32 -05:00
nixos 3/20 2026-03-20 01:27:50 -05:00
overlays refactor overlays 2026-02-21 20:49:31 -06:00
pkgs let's try CI images again 2026-03-21 12:47:32 -05:00
secrets 3/20 2026-03-20 01:27:50 -05:00
terraform monorepo lab stuff, init zen 2026-01-11 21:16:35 -06:00
.envrc gigalint everything 2024-01-28 17:45:31 -06:00
.gitignore cleanup nvim merge and general janitorial work 2026-02-27 22:44:59 -06:00
.sops.yaml 3/20 2026-03-20 01:27:50 -05:00
flake.lock let's try CI images again 2026-03-21 12:47:32 -05:00
flake.nix let's try CI images again 2026-03-21 12:47:32 -05:00
fleet.nix 3/20 2026-03-20 01:27:50 -05:00
README.md Update README 2024-01-28 18:00:06 -06:00
shell.nix cleanup nvim merge and general janitorial work 2026-02-27 22:44:59 -06:00
treefmt.nix gigalint everything 2024-01-28 17:45:31 -06:00

Nix config including NixOS, home-manager and infrastructure using deploy-rs

Starting

nix develop "github:iofq/nix"

Nixos

Building for local machine

nixos-rebuild switch --flake .#name

Building remote hosts

nixos-rebuild switch --flake .#name --target-host host

Building remote hosts using deploy-rs

nix develop
deploy .

Home-manager

home-manager switch --flake "github:iofq/nix#t14"

Developing

direnv allow
nix fmt

Direnv will also set up git pre-commit hooks to format the repo automatically.