mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
got hugo site running
This commit is contained in:
parent
a55f387351
commit
29bc8c6a93
3 changed files with 71 additions and 2 deletions
|
|
@ -6,5 +6,6 @@
|
|||
./bookstack.nix
|
||||
./grocy.nix
|
||||
./attic.nix
|
||||
./the-nest.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue