Compare commits
No commits in common. "145e6a609eb6254ee482a53133acf0e6049b323a" and "6adab5bc47c67dd56c3d0ad4dd68b9414a1f9ef7" have entirely different histories.
145e6a609e
...
6adab5bc47
3 changed files with 0 additions and 13 deletions
|
@ -49,8 +49,6 @@ in
|
||||||
proxyPass = "http://localhost:3923";
|
proxyPass = "http://localhost:3923";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 0;
|
|
||||||
|
|
||||||
auth_request /outpost.goauthentik.io/auth/nginx;
|
auth_request /outpost.goauthentik.io/auth/nginx;
|
||||||
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
||||||
add_header Set-Cookie $auth_cookie;
|
add_header Set-Cookie $auth_cookie;
|
||||||
|
@ -63,8 +61,6 @@ in
|
||||||
locations."/outpost.goauthentik.io" = {
|
locations."/outpost.goauthentik.io" = {
|
||||||
proxyPass = "${authentik_internal}/outpost.goauthentik.io";
|
proxyPass = "${authentik_internal}/outpost.goauthentik.io";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 0;
|
|
||||||
|
|
||||||
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
|
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
|
||||||
add_header Set-Cookie $auth_cookie;
|
add_header Set-Cookie $auth_cookie;
|
||||||
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
||||||
|
|
|
@ -78,7 +78,6 @@
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
25565
|
25565
|
||||||
55555
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -208,6 +207,4 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
boot.supportedFilesystems.nfs = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,12 +7,6 @@
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.alina = {
|
|
||||||
description = "Puppygirl of fedi";
|
|
||||||
isNormalUser = true;
|
|
||||||
shell = pkgs.nushell;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.openssh.extraConfig = ''
|
services.openssh.extraConfig = ''
|
||||||
Match user mistergij
|
Match user mistergij
|
||||||
DisableForwarding yes
|
DisableForwarding yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue