diff --git a/SwarselSystems.org b/SwarselSystems.org index f0bd52e..ec90f75 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1582,7 +1582,6 @@ If we would however declare options in the same file, we would need to write: } #+end_src - * flake.nix :PROPERTIES: :CUSTOM_ID: h:c7588c0d-2528-485d-b2df-04d6336428d7 @@ -1738,7 +1737,7 @@ A short overview over each input and what it does: smallpkgs.url = "github:nixos/nixpkgs/08fcb0dcb59df0344652b38ea6326a2d8271baff?narHash=sha256-HXIQzULIG/MEUW2Q/Ss47oE3QrjxvpUX7gUl4Xp6lnc%3D&shallow=1"; nixpkgs-dev.url = "github:Swarsel/nixpkgs/main"; nixpkgs-bisect.url = "github:nixos/nixpkgs/master"; - nixpkgs-update.url = "github:r-ryantm/nixpkgs/auto-update/oauth2-proxy"; + # nixpkgs-update.url = "github:r-ryantm/nixpkgs/auto-update/oauth2-proxy"; # nixpkgs-kernel.url = "github:NixOS/nixpkgs/063f43f2dbdef86376cc29ad646c45c46e93234c?narHash=sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o%3D"; #specifically pinned for kernel version nixpkgs-kernel.url = "github:nixos/nixpkgs/dd9b079222d43e1943b6ebd802f04fd959dc8e61?narHash=sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE%3D"; #specifically pinned for kernel version nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; @@ -16218,7 +16217,7 @@ This can be used to add OIDC in a way to services that do not support it nativel services = { ${serviceName} = { enable = true; - package = pkgs.update.oauth2-proxy; + package = pkgs.oauth2-proxy; cookie = { domain = ".${mainDomain}"; secure = true; diff --git a/flake.nix b/flake.nix index 04fbe8c..a8c316d 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ smallpkgs.url = "github:nixos/nixpkgs/08fcb0dcb59df0344652b38ea6326a2d8271baff?narHash=sha256-HXIQzULIG/MEUW2Q/Ss47oE3QrjxvpUX7gUl4Xp6lnc%3D&shallow=1"; nixpkgs-dev.url = "github:Swarsel/nixpkgs/main"; nixpkgs-bisect.url = "github:nixos/nixpkgs/master"; - nixpkgs-update.url = "github:r-ryantm/nixpkgs/auto-update/oauth2-proxy"; + # nixpkgs-update.url = "github:r-ryantm/nixpkgs/auto-update/oauth2-proxy"; # nixpkgs-kernel.url = "github:NixOS/nixpkgs/063f43f2dbdef86376cc29ad646c45c46e93234c?narHash=sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o%3D"; #specifically pinned for kernel version nixpkgs-kernel.url = "github:nixos/nixpkgs/dd9b079222d43e1943b6ebd802f04fd959dc8e61?narHash=sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE%3D"; #specifically pinned for kernel version nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; diff --git a/modules/nixos/server/oauth2-proxy.nix b/modules/nixos/server/oauth2-proxy.nix index 2f2af41..dfc89a3 100644 --- a/modules/nixos/server/oauth2-proxy.nix +++ b/modules/nixos/server/oauth2-proxy.nix @@ -165,7 +165,7 @@ in services = { ${serviceName} = { enable = true; - package = pkgs.update.oauth2-proxy; + package = pkgs.oauth2-proxy; cookie = { domain = ".${mainDomain}"; secure = true;