Compare commits
No commits in common. "5c2fa7957b737921e73a779496da9004495ca4e0" and "705ee12cc1725775ed759c8d008bad689a04907a" have entirely different histories.
5c2fa7957b
...
705ee12cc1
|
@ -35,16 +35,6 @@ rec {
|
||||||
key =
|
key =
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMgtdTJThr5/vfUswQb3ee6A++W1OxAOGFQJTE8xDuHv nathan@productivity-vm";
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMgtdTJThr5/vfUswQb3ee6A++W1OxAOGFQJTE8xDuHv nathan@productivity-vm";
|
||||||
};
|
};
|
||||||
# oracles key
|
|
||||||
"oracles" = {
|
|
||||||
key =
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAj6He0uDnJAZsfywoUwOSAnxqpbO9UnfcAV78a1SUGa nathan@oracles";
|
|
||||||
};
|
|
||||||
# fusion key
|
|
||||||
"fusion" = {
|
|
||||||
key =
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICILeBcpPVs12pDnsOPyDVwnwReCbrqzXMF+cV5bWCCa nathan@fusion";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
list = map (x: x.key) (builtins.attrValues keys);
|
list = map (x: x.key) (builtins.attrValues keys);
|
||||||
allowedSigners = builtins.concatStringsSep "\n" (map (x:
|
allowedSigners = builtins.concatStringsSep "\n" (map (x:
|
||||||
|
|
|
@ -108,10 +108,8 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
concurrent = 4;
|
||||||
concurrent = 4;
|
checkInterval = 1;
|
||||||
checkInterval = 1;
|
|
||||||
};
|
|
||||||
services = {
|
services = {
|
||||||
# default-asuran = {
|
# default-asuran = {
|
||||||
# registrationConfigFile = "/var/lib/secret/gitlab-runner/asuran-default";
|
# registrationConfigFile = "/var/lib/secret/gitlab-runner/asuran-default";
|
||||||
|
@ -147,7 +145,4 @@
|
||||||
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,10 +1,3 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{ }
|
||||||
nathan = {
|
|
||||||
programs = {
|
|
||||||
devel = { core = true; };
|
|
||||||
util = { git = { sshSign = true; }; };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue