Compare commits

..

No commits in common. "f404e7b95a5ced6b527b1d5d72bf033801fb4580" and "e8fd52857d8403f778a987e51b9f17063998414d" have entirely different histories.

9 changed files with 8 additions and 31 deletions

View File

@ -1,7 +0,0 @@
{config, ...}: {
services.gitea-actions-runner.instances."thermex" = {
url = config.services.gitea.settings.server.ROOT_URL;
name = "thermex";
tokenFile = config.age.secrets.giteaActRunnerToken.path;
};
}

View File

@ -33,8 +33,8 @@ in {
}; };
users.groups.limbusart = {}; users.groups.limbusart = {};
services.nginx.virtualHosts."limbus.gaze.systems" = { services.nginx.virtualHosts."limbus.company" = {
useACMEHost = "gaze.systems"; useACMEHost = "limbus.company";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://localhost:3000"; locations."/".proxyPass = "http://localhost:3000";
}; };

View File

@ -16,12 +16,16 @@
webroot = "/var/lib/acme/acme-challenge"; webroot = "/var/lib/acme/acme-challenge";
extraDomainNames = [ extraDomainNames = [
"git.gaze.systems" "git.gaze.systems"
"matrix.gaze.systems"
"ms.gaze.systems" "ms.gaze.systems"
"mq.gaze.systems" "mq.gaze.systems"
"couchdb.gaze.systems" "couchdb.gaze.systems"
"doc.gaze.systems" "doc.gaze.systems"
"limbus.gaze.systems"
]; ];
}; };
certs."limbus.company" = {
webroot = "/var/lib/acme/acme-challenge";
extraDomainNames = [];
};
}; };
} }

View File

@ -9,5 +9,4 @@
age.secrets.musikquadConfig.file = ../../../secrets/musikquadConfig.age; age.secrets.musikquadConfig.file = ../../../secrets/musikquadConfig.age;
age.secrets.tmodloaderServerPass.file = ../../../secrets/tmodloaderServerPass.age; age.secrets.tmodloaderServerPass.file = ../../../secrets/tmodloaderServerPass.age;
age.secrets.websiteConfig.file = ../../../secrets/websiteConfig.age; age.secrets.websiteConfig.file = ../../../secrets/websiteConfig.age;
age.secrets.giteaActRunnerToken.file = ../../../secrets/giteaActRunnerToken.age;
} }

View File

@ -1,18 +0,0 @@
age-encryption.org/v1
-> ssh-rsa Abmvag
JkhAW9AY1qy0g8Ry4ZTnjuYJ87apaGCrE7GRDcCTRJxEeET+kWs2vi3Tm/qg0pmO
23euNbiEav47WCMYKji3rzlkzfXFHUx68PX/OmEpZXg7Rq1SAbNZfwjpHGbgsUyp
Y3r3Ck2u31wkSSpnYHT0ciUrBAx9BHdGZBaqskHLB40vS8seqnZTH5kHTlSElOQ2
0viZlhDUoJTbwAOdNq4t3rOxd2urPsgg+9o5lt16+A3TzNBeO06l4H+j5JP8rwIj
pKHZLwXwuVFmrU+vRy0Lb1MDmATRTTZYAL16tLbSeD0WxEIMxN5qnx4AsRLrlVmh
RpywkaKDbDIWsFilHpCn5AyuOwvsRMCxL6SMHMKGyGUAAbqw/3iJycw+yhityHrf
0JgBbgKU5/JZCiRWxE/ax+LDt4JhIHlv/PJ1Je714cpBkLVkuK6QUwKDgKvHVO5N
yTN3e601Aoac5x5YUzIDAHnCbWQJBEN8m1Edi0wz+o5eVbcy1jra6mNbHWqln6l1
k/iXU/fQ4Lg6n2qc28LRVUIk+nRPSnjaMk3J6g+TJR/0mwx9ZpfKnH51YKwujRWx
lM+W3z+lgGUl3lgfSawg4L+Yf0NsjcmMh/DV2e0PbfKLWLNzuByrhXkQbHzuNDdI
wzKghUjEA/6UHFl9HmahoO6bZscaOj4eJlkAW+M3SRo
-> ssh-ed25519 KjIL7g V3xZRjaCRH0v/sWKWHotb9ltOAL2sdSre7EelYSREjM
F7cUzDL0eWocx413YiSVCwdoZJg0z/O96nyeViX/aoI
--- p9mAOLSQos8OocqzUldVpcRosS84iGX4iMiibIOTQaM
-^wxT 8 t>Tû`J<> Êèf˜í]0—~â‡sÁ±’¦/Áúã1éÁ$ˆ»õ—·n'
š%AE_eâ@ô Ð‰h¨¥^

View File

@ -10,5 +10,4 @@ in {
"nixBuildKey.age".publicKeys = [yusdacra]; "nixBuildKey.age".publicKeys = [yusdacra];
"tmodloaderServerPass.age".publicKeys = [yusdacra wolumonde]; "tmodloaderServerPass.age".publicKeys = [yusdacra wolumonde];
"websiteConfig.age".publicKeys = [yusdacra wolumonde]; "websiteConfig.age".publicKeys = [yusdacra wolumonde];
"giteaActRunnerToken.age".publicKeys = [yusdacra wolumonde];
} }

View File

@ -19,7 +19,7 @@ tlib.genPkgs (pkgs: let
in { in {
default = mkNakedShell { default = mkNakedShell {
name = "prts"; name = "prts";
packages = (with pkgs; [git git-crypt alejandra rage]) ++ [agenix-wrapped]; packages = (with pkgs; [git git-crypt alejandra helix rage]) ++ [agenix-wrapped];
shellHook = '' shellHook = ''
echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\" echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\"
''; '';

View File

Before

Width:  |  Height:  |  Size: 969 KiB

After

Width:  |  Height:  |  Size: 969 KiB