maybe this will let us merge into our global config state

This commit is contained in:
Squibid 2025-12-04 01:17:27 -05:00
parent 44cbf6ca2a
commit fb672cc78f
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 13 additions and 15 deletions

View file

@ -10,7 +10,7 @@ Declaratively keep your stuff up to date in your nixos config.
nixosConfigurations.my-system = nixpkgs.lib.nixosSystem {
modules = [{
services.nginx.virtualHosts."squi.bid" = {
root = fooud.lib.gitUpdater {
root = fooud.lib.gitUpdater config {
git = "https://git.squi.bid/squibid/squi.bid"; # the source of the data
dest = "/var/www/squi.bid"; # where should the files live on disk
keys = [ "BECE5684D3C4005D" ]; # requires the commit to be signed by me