got hugo site running

This commit is contained in:
TheWanderingCrow 2025-02-12 15:46:04 -05:00
parent a55f387351
commit 29bc8c6a93
3 changed files with 71 additions and 2 deletions

View file

@ -6,5 +6,6 @@
./bookstack.nix
./grocy.nix
./attic.nix
./the-nest.nix
];
}

View file

@ -13,7 +13,9 @@ lib.mkIf config.user.overseer.enable {
"wanderingcrow.net" = {
forceSSL = true;
useACMEHost = "wanderingcrow.net";
root = inputs.the-nest;
locations."/" = {
root = inputs.the-nest.outputs.packages.x86_64-linux.default;
};
};
};
};