infrastructure/systems/tei/nixos.nix
2024-01-07 13:05:53 -08:00

16 lines
203 B
Nix

{
meta,
lib,
...
}: {
imports = with meta;
[
nixos.reisen-ct
nixos.sops
nixos.tailscale
];
sops.defaultSopsFile = ./secrets.yaml;
system.stateVersion = "21.05";
}