Compare commits

..

No commits in common. "5c2fa7957b737921e73a779496da9004495ca4e0" and "705ee12cc1725775ed759c8d008bad689a04907a" have entirely different histories.

3 changed files with 3 additions and 25 deletions

View File

@ -35,16 +35,6 @@ rec {
key =
"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);
allowedSigners = builtins.concatStringsSep "\n" (map (x:

View File

@ -108,10 +108,8 @@
};
in {
enable = true;
settings = {
concurrent = 4;
checkInterval = 1;
};
concurrent = 4;
checkInterval = 1;
services = {
# default-asuran = {
# registrationConfigFile = "/var/lib/secret/gitlab-runner/asuran-default";
@ -147,7 +145,4 @@
forceSSL = true;
locations."/" = { proxyPass = "http://localhost:8091"; };
};
# Setup hosts for gitea automation
networking.hosts = { "100.99.69.14" = [ "git.stranger.systems" ]; };
}

View File

@ -1,10 +1,3 @@
{ config, lib, pkgs, ... }:
{
nathan = {
programs = {
devel = { core = true; };
util = { git = { sshSign = true; }; };
};
};
}
{ }