nix config
Find a file
2024-03-10 03:13:58 -05:00
bin add bin scripts 2023-12-28 21:47:36 -06:00
home-manager add hyprland conf 2024-03-10 03:13:58 -05:00
nixos add hyprland conf 2024-03-10 03:13:58 -05:00
.envrc gigalint everything 2024-01-28 17:45:31 -06:00
.gitignore gigalint everything 2024-01-28 17:45:31 -06:00
flake.lock add hyprland conf 2024-03-10 03:13:58 -05:00
flake.nix add hyprland conf 2024-03-10 03:13:58 -05:00
overlay.nix add headscale, eth clients to htz 2024-02-04 01:57:41 -06:00
README.md Update README 2024-01-28 18:00:06 -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.