moved base.nix to factories

This commit is contained in:
2025-09-28 11:29:38 -06:00
parent 2acddde11f
commit fc22178e4a
16 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
...
}:
{
imports = [ ./base.nix ];
imports = [ ../factories/base.nix ];
config = lib.mkIf config.my.secureHost {
sops.secrets = {
cloudflare-api.sopsFile = ../../secrets/env.yaml;