Compare commits

..

No commits in common. "145e6a609eb6254ee482a53133acf0e6049b323a" and "6adab5bc47c67dd56c3d0ad4dd68b9414a1f9ef7" have entirely different histories.

3 changed files with 0 additions and 13 deletions

View file

@ -49,8 +49,6 @@ in
proxyPass = "http://localhost:3923";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 0;
auth_request /outpost.goauthentik.io/auth/nginx;
auth_request_set $auth_cookie $upstream_http_set_cookie;
add_header Set-Cookie $auth_cookie;
@ -63,8 +61,6 @@ in
locations."/outpost.goauthentik.io" = {
proxyPass = "${authentik_internal}/outpost.goauthentik.io";
extraConfig = ''
client_max_body_size 0;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
add_header Set-Cookie $auth_cookie;
auth_request_set $auth_cookie $upstream_http_set_cookie;

View file

@ -78,7 +78,6 @@
80
443
25565
55555
];
};
@ -208,6 +207,4 @@
];
services.printing.enable = true;
boot.supportedFilesystems.nfs = true;
}

View file

@ -7,12 +7,6 @@
shell = pkgs.bash;
};
users.users.alina = {
description = "Puppygirl of fedi";
isNormalUser = true;
shell = pkgs.nushell;
};
services.openssh.extraConfig = ''
Match user mistergij
DisableForwarding yes