Compare commits

..

No commits in common. "bc3c5c18a4eb5986d56652b1507a8abf759e416a" and "f9b9da6f310be70caa0d834b373375682ab506bf" have entirely different histories.

2 changed files with 6 additions and 9 deletions

12
flake.lock generated
View file

@ -172,11 +172,11 @@
"spectrum": "spectrum" "spectrum": "spectrum"
}, },
"locked": { "locked": {
"lastModified": 1738189626, "lastModified": 1737981104,
"narHash": "sha256-6wHkXtLvrOMkJL9HjsXPrpyV+S8A4v8F3iFKFb4op5g=", "narHash": "sha256-7AGmPPBgLHHWgzzFYDJcyhv/NiuCrpgzg8IyA7Q/H9o=",
"owner": "astro", "owner": "astro",
"repo": "microvm.nix", "repo": "microvm.nix",
"rev": "abab3cf7fce02e407e427d406e80f7b4e67b25a4", "rev": "3768f4937f38334898c67e03f40e244a57a74caa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -203,11 +203,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1738163270, "lastModified": 1737885640,
"narHash": "sha256-B/7Y1v4y+msFFBW1JAdFjNvVthvNdJKiN6EGRPnqfno=", "narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "59e618d90c065f55ae48446f307e8c09565d5ab0", "rev": "4e96537f163fad24ed9eb317798a79afc85b51b7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -129,9 +129,6 @@ in {
locations."/" = { locations."/" = {
proxyPass = "http://192.168.1.14:3000"; proxyPass = "http://192.168.1.14:3000";
recommendedProxySettings = true; recommendedProxySettings = true;
extraConfig = ''
rewrite ^/user/login$ /user/oauth2/authentik;
'';
}; };
}; };
"authentik.le43.eu" = { "authentik.le43.eu" = {