Prepare oracles for git automation
This commit is contained in:
parent
e72e20b4af
commit
f9a7e0df9c
|
@ -145,4 +145,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = { proxyPass = "http://localhost:8091"; };
|
locations."/" = { proxyPass = "http://localhost:8091"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Setup hosts for gitea automation
|
||||||
|
networking.hosts = { "100.99.69.14" = [ "git.stranger.systems" ]; };
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{ }
|
{
|
||||||
|
nathan = {
|
||||||
|
programs = {
|
||||||
|
devel = { core = true; };
|
||||||
|
util = { git = { sshSign = true; }; };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue