added github-runner
This commit is contained in:
parent
e90a82f3ba
commit
14c1b77f91
12
flake.lock
generated
12
flake.lock
generated
@ -23,11 +23,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1635702959,
|
"lastModified": 1636800699,
|
||||||
"narHash": "sha256-ZKxX9DjJJGJqq20pE4dIj1G4ssCLVXXRFerM6lNuF0k=",
|
"narHash": "sha256-SwbyVxXffu3G2ulJIbTf0iQfqhbGbdml4Dyv5j9BiAI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e544ee88fa4590df75e221e645a03fe157a99e5b",
|
"rev": "2fa862644fc15ecb525eb8cd0a60276f1c340c7c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -39,11 +39,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1635719588,
|
"lastModified": 1636792033,
|
||||||
"narHash": "sha256-pWjdy0NheM97NsPE6+jUnr5LYyeA0sBGTdw4mfXMGZQ=",
|
"narHash": "sha256-5RwKd3+OolhWAPUQG9SNoptr9eks8j2oukKgjAo5NQA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f0869b1a2c0b150aac26e10bb5c2364ffb2e804f",
|
"rev": "68d4f5970b69b0fd0a95c57c8d0ab4b2b68fb9aa",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -27,6 +27,7 @@ in
|
|||||||
./prowlarr.nix
|
./prowlarr.nix
|
||||||
./plex.nix
|
./plex.nix
|
||||||
./transmission.nix
|
./transmission.nix
|
||||||
|
./githubrunner.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = "Europe/Rome";
|
time.timeZone = "Europe/Rome";
|
||||||
|
9
hosts/architect/githubrunner.nix
Normal file
9
hosts/architect/githubrunner.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.github-runner = {
|
||||||
|
enable = true;
|
||||||
|
url = "https://github.com/ropfuscator/ropfuscator";
|
||||||
|
tokenFile = "/secrets/github-runner/token";
|
||||||
|
};
|
||||||
|
}
|
@ -29,9 +29,7 @@ rec {
|
|||||||
peppiniell-wg = "10.3.0.10";
|
peppiniell-wg = "10.3.0.10";
|
||||||
padulino-wg = "10.3.0.11";
|
padulino-wg = "10.3.0.11";
|
||||||
shield-wg = "10.3.0.12";
|
shield-wg = "10.3.0.12";
|
||||||
angelino-wg = "10.3.0.13";
|
pepos-wg = "10.3.0.15";
|
||||||
pepos_one-wg = "10.3.0.14";
|
|
||||||
pepos_two-wg = "10.3.0.15";
|
|
||||||
salvatore-wg = "10.3.0.16";
|
salvatore-wg = "10.3.0.16";
|
||||||
papa-wg = "10.3.0.17";
|
papa-wg = "10.3.0.17";
|
||||||
defy-wg = "10.3.0.18";
|
defy-wg = "10.3.0.18";
|
||||||
@ -45,18 +43,19 @@ rec {
|
|||||||
mikeylaptop-wg = "10.3.0.26";
|
mikeylaptop-wg = "10.3.0.26";
|
||||||
andrewdesktop-wg = "10.3.0.27";
|
andrewdesktop-wg = "10.3.0.27";
|
||||||
jacopo-wg = "10.3.0.28";
|
jacopo-wg = "10.3.0.28";
|
||||||
|
frznn-wg = "10.3.0.29";
|
||||||
eleonora-wg = "10.3.0.100";
|
eleonora-wg = "10.3.0.100";
|
||||||
angellane-wg = "10.3.0.200";
|
angellane-wg = "10.3.0.200";
|
||||||
hotpottino-wg = "10.3.0.201";
|
hotpottino-wg = "10.3.0.201";
|
||||||
dodino-wg = "10.3.0.202";
|
dodino-wg = "10.3.0.202";
|
||||||
boogino-wg = "10.3.0.203";
|
wolfsonhouse-wg = "10.3.0.203";
|
||||||
|
|
||||||
# groups
|
# groups
|
||||||
gdevices-wg = [ galuminum-wg oneplus-wg ipad-wg gbeast-wg peppiniell-wg padulino-wg angelino-wg ];
|
gdevices-wg = [ galuminum-wg oneplus-wg ipad-wg gbeast-wg peppiniell-wg padulino-wg ];
|
||||||
routers-wg = [ hotpottino-wg angellane-wg dodino-wg ];
|
routers-wg = [ hotpottino-wg angellane-wg dodino-wg wolfsonhouse-wg ];
|
||||||
c2c-wg = [ ] ++ gdevices-wg;
|
c2c-wg = [ ] ++ gdevices-wg;
|
||||||
towan-wg = [ shield-wg parisaphone-wg parisapc-wg ] ++ gdevices-wg ++ routers-wg;
|
towan-wg = [ shield-wg parisaphone-wg parisapc-wg ] ++ gdevices-wg ++ routers-wg;
|
||||||
gamenet-wg = [ andrew-wg galuminum-wg gbeast-wg mikey-wg andrewdesktop-wg mikeylaptop-wg ];
|
gamenet-wg = [ andrew-wg galuminum-wg gbeast-wg mikey-wg andrewdesktop-wg mikeylaptop-wg flavio-wg salvatore-wg ];
|
||||||
|
|
||||||
# domains
|
# domains
|
||||||
sonarrdomain = "htson.giugl.io";
|
sonarrdomain = "htson.giugl.io";
|
||||||
|
13
hosts/architect/overseerr.nix
Normal file
13
hosts/architect/overseerr.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
virtualisation.oci-containers.containers."overseerr" = {
|
||||||
|
image = "sctx/overseerr:latest";
|
||||||
|
volumes = [ "/var/lib/overseerr:/app/config" ];
|
||||||
|
environment = {
|
||||||
|
"LOG_LEVEL" = "debug";
|
||||||
|
"TZ" = "Europe/Rome";
|
||||||
|
};
|
||||||
|
#ports = [ "5055:5055" ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user