infrastructure/systems/hakurei/nixos.nix
2024-01-19 11:09:56 -08:00

19 lines
249 B
Nix

{
config,
meta,
...
}: {
imports = let
inherit (meta) nixos;
in [
nixos.sops
nixos.base
nixos.reisen-ct
nixos.tailscale
nixos.nginx
];
sops.defaultSopsFile = ./secrets.yaml;
system.stateVersion = "23.11";
}