maybe this will let us merge into our global config state
This commit is contained in:
parent
44cbf6ca2a
commit
fb672cc78f
2 changed files with 13 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue