feat(hakurei): new ct

This commit is contained in:
arcnmx 2024-01-19 11:09:44 -08:00
parent 3e277a645f
commit aaa372bced
18 changed files with 491 additions and 286 deletions

19
systems/hakurei/nixos.nix Normal file
View file

@ -0,0 +1,19 @@
{
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";
}