3p/nixpkgs: add --no-block pomerium patch
This commit is contained in:
parent
dfa85c90c1
commit
7f360c6533
2 changed files with 13 additions and 0 deletions
12
third_party/nixpkgs/patches/pomerium-fix2.patch
vendored
Normal file
12
third_party/nixpkgs/patches/pomerium-fix2.patch
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/nixos/modules/services/web-servers/pomerium.nix b/third_party/nixpkgs/nixos/modules/services/web-servers/pomerium.nix
|
||||||
|
--- a/nixos/modules/services/web-servers/pomerium.nix
|
||||||
|
+++ b/nixos/modules/services/web-servers/pomerium.nix
|
||||||
|
@@ -128,7 +128,7 @@ in
|
||||||
|
Type = "oneshot";
|
||||||
|
TimeoutSec = 60;
|
||||||
|
ExecCondition = "/run/current-system/systemd/bin/systemctl -q is-active pomerium.service";
|
||||||
|
- ExecStart = "/run/current-system/systemd/bin/systemctl restart pomerium.service";
|
||||||
|
+ ExecStart = "/run/current-system/systemd/bin/systemctl --no-block restart pomerium.service";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
});
|
1
third_party/nixpkgs/patches/series
vendored
1
third_party/nixpkgs/patches/series
vendored
|
@ -1,3 +1,4 @@
|
||||||
patch-cherrypy.patch
|
patch-cherrypy.patch
|
||||||
pomerium-fix.patch
|
pomerium-fix.patch
|
||||||
|
pomerium-fix2.patch
|
||||||
0001-nixos-systemd-boot-create-boot-entries-for-specialis.patch
|
0001-nixos-systemd-boot-create-boot-entries-for-specialis.patch
|
||||||
|
|
Loading…
Reference in a new issue