infra/nix
2023-12-22 00:09:52 +01:00
..
hosts nix(t14): add walls 2023-12-22 00:04:24 +01:00
modules nix(sysctl): enable ipv6 forwarding 2023-12-22 00:09:52 +01:00
secrets nix: add t14 system configuration 2023-12-04 20:19:11 +01:00
.sops.yaml nix: add t14 system configuration 2023-12-04 20:19:11 +01:00
flake.lock nix: add t14 system configuration 2023-12-04 20:19:11 +01:00
flake.nix nix: group inputs 2023-12-22 00:07:22 +01:00
README.md nix: add loki system configuration 2023-10-15 22:16:06 +02:00

infra/nix

:nixos: NixOS configurations

  • ./hosts folder contains host-specific configurations
  • ./modules folder contains reusable code

🚀 deploy (build and switch to a new system) remotely using:

nixos-rebuild switch --fast --flake .#loki --target-host loki

where the target host loki is the ssh-config name of the host being configured using the .#loki attribute of nixosConfigurations.

see nixosConfigurations attr in ./flake.nix for a complete list of hosts.