site update and some vpn shit
Some checks failed
/ lint (push) Failing after 43s

This commit is contained in:
Jana Dönszelmann 2026-01-06 02:28:43 +01:00
parent b0158e96c8
commit 8ebf4b74e6
No known key found for this signature in database
7 changed files with 73 additions and 74 deletions

View file

@ -18,16 +18,35 @@
};
};
# oauth access to the service
services.oauth2-proxy.nginx.virtualHosts."autobrr.donsz.nl" = {
allowed_groups = [ "torrent" ];
};
# vpnNamespaces.mullvad.portMappings = [
# {
# from = config.services.autobrr.settings.port;
# to = config.services.autobrr.settings.port;
# }
# ];
# vpnNamespaces.mullvad.openVPNPorts = [
# {
# # irc port
# port = 7021;
# protocol = "both";
# }
# ];
# systemd.services.autobrr.vpnConfinement = {
# enable = true;
# vpnNamespace = "mullvad";
# };
services.autobrr = {
enable = true;
settings = {
logLevel = "DEBUG";
checkForUpdates = false;
host = "[::1]";
host = "localhost";
port = 11012;
};
secretFile = config.sops.secrets.autobrr.path;

View file

@ -7,5 +7,6 @@ _: {
./jackett.nix
./jellyfin.nix
./autobrr.nix
./vpn.nix
];
}

View file

@ -1,4 +1,5 @@
_: {
{ config, ... }:
{
services.nginx = {
virtualHosts."jackett.donsz.nl" = {
forceSSL = true;
@ -6,11 +7,22 @@ _: {
enableACME = true;
locations."/" = {
proxyPass = "http://[::1]:9117";
proxyPass = "http://localhost:${toString config.services.jackett.port}";
};
};
};
# vpnNamespaces.mullvad.portMappings = [
# {
# from = config.services.jackett.port;
# to = config.services.jackett.port;
# }
# ];
# systemd.services.autobrr.vpnConfinement = {
# enable = true;
# vpnNamespace = "mullvad";
# };
services.oauth2-proxy.nginx.virtualHosts."jackett.donsz.nl" = {
allowed_groups = [ "torrent" ];
};
@ -19,5 +31,6 @@ _: {
enable = true;
group = "jellyfin";
user = "jellyfin";
port = 11013;
};
}

View file

@ -1,23 +1,6 @@
{ pkgs, ... }:
{
config,
pkgs,
secrets,
...
}:
{
sops.secrets.mullvad = {
sopsFile = "${secrets}/mullvad.yaml";
owner = "root";
format = "yaml";
};
vpnNamespaces.mullvad = {
enable = true;
wireguardConfigFile = config.sops.secrets.mullvad.path;
accessibleFrom = [
"192.168.0.0/16"
];
portMappings = [
vpnNamespaces.mullvad.portMappings = [
{
from = 9091;
to = 9091;
@ -27,45 +10,12 @@
to = 5432;
} # DB Port.
];
openVPNPorts = [
{
port = 50901;
protocol = "both";
}
{
port = 50902;
protocol = "both";
}
{
port = 50903;
protocol = "both";
}
{
port = 50904;
protocol = "both";
}
{
port = 50905;
protocol = "both";
}
{
port = 50906;
protocol = "both";
}
{
port = 50907;
protocol = "both";
}
{
port = 50908;
protocol = "both";
}
vpnNamespaces.mullvad.openVPNPorts = [
{
port = 50909;
protocol = "both";
}
];
};
services.nginx = {
virtualHosts."dl.donsz.nl" = {

View file

@ -0,0 +1,16 @@
{ config, secrets, ... }:
{
sops.secrets.mullvad = {
sopsFile = "${secrets}/mullvad.yaml";
owner = "root";
format = "yaml";
};
vpnNamespaces.mullvad = {
enable = true;
wireguardConfigFile = config.sops.secrets.mullvad.path;
accessibleFrom = [
"192.168.0.0/16"
];
};
}

View file

@ -62,7 +62,7 @@ in
staging.nginx
];
systemd.services.money = real.service;
systemd.services.money-s1212lskjadfasljdftaging = lib.mkMerge [
systemd.services.money-staging = lib.mkMerge [
staging.service
{
serviceConfig.ExecStartPre = "${(pkgs.writeShellScriptBin "setup-staging" ''

6
flake.lock generated
View file

@ -268,11 +268,11 @@
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1767006760,
"narHash": "sha256-OeaRlOEEWWGhoXyQlPFgdGsIIRazVi8/Y1B/vB45Xcs=",
"lastModified": 1767710337,
"narHash": "sha256-IjtTEr5ZTIvlE/ceC68144dxe38cv7RM0bhIUKeehT0=",
"owner": "jdonszelmann",
"repo": "homepage",
"rev": "f0af54274128437879400d4e353bb09c14d64921",
"rev": "479a5d6f064ea52d942bc85e2b3f19e4c79d2805",
"type": "github"
},
"original": {