infrastructure/systems/tei/nixos.nix
2024-01-13 14:30:03 -08:00

16 lines
210 B
Nix

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