diff options
| author | seth <[email protected]> | 2023-05-16 05:33:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-16 05:33:15 -0400 |
| commit | f64ebd9402c03de16ec11b0986a42416a25bd2ac (patch) | |
| tree | da673680b342afcd194c18460c0fb5ae3f47044b /hosts/p-body/default.nix | |
| parent | 453e8e84385ca357f0fc7f50e1ec285f6625470e (diff) | |
p-body: start hosting my website
Diffstat (limited to 'hosts/p-body/default.nix')
| -rw-r--r-- | hosts/p-body/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 7005854..1a92889 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -1,5 +1,6 @@ { config, + getchoo-website, guzzle_api, modulesPath, pkgs, @@ -24,6 +25,8 @@ hostName = "p-body"; }; + nixpkgs.overlays = [getchoo-website.overlays.default]; + services = { guzzle-api = { enable = true; |
