3p/nixpkgs: add --no-block pomerium patch

This commit is contained in:
Luke Granger-Brown 2021-12-07 18:42:36 +00:00
parent dfa85c90c1
commit 7f360c6533
2 changed files with 13 additions and 0 deletions

View 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";
};
};
});

View file

@ -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