infra/nix
surtur 10243fe4eb
nix: add t14 system configuration
meaning reencrypt shared secrets to the new key...
also, make use of nixos-hardware's module for t14
2023-12-04 20:19:11 +01:00
..
hosts nix: add t14 system configuration 2023-12-04 20:19:11 +01:00
modules nix: add t14 system configuration 2023-12-04 20:19:11 +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.