infra/nix
2023-12-11 13:31:31 +01:00
..
hosts nix(t14): add packages 2023-12-11 13:31:31 +01:00
modules nix(t14): add some firejail programs 2023-12-11 12:47:36 +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: add t14 system configuration 2023-12-04 20:19:11 +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.