nix config
Find a file
iofq 3d8242b314
Some checks failed
/ check (push) Has been cancelled
opentofu incus
2026-03-23 00:19:00 -05:00
.forgejo/workflows let's try CI images again 2026-03-21 13:00:27 -05:00
clusters/lab let's try CI images again 2026-03-21 13:00:27 -05:00
home-manager opentofu incus 2026-03-23 00:19:00 -05:00
nixos opentofu incus 2026-03-23 00:19:00 -05:00
overlays refactor overlays 2026-02-21 20:49:31 -06:00
pkgs let's try CI images again 2026-03-21 13:00:27 -05:00
secrets opentofu incus 2026-03-23 00:19:00 -05:00
terraform opentofu incus 2026-03-23 00:19:00 -05: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 13:00:27 -05:00
flake.nix let's try CI images again 2026-03-21 13:00:27 -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.