Skip to content

Commit 1504707

Browse files
committed
cleanup: remove redundant path & before sections
1 parent 4a0b291 commit 1504707

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

modules/tags/acme.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ in {
9292
inherit after;
9393
description = "Prepare encrypted Step CA Badger DB";
9494
wants = after;
95-
before = ["var-lib-step\\x2dca-db.mount"];
96-
path = with pkgs; [gocryptfs];
9795
unitConfig.StopWhenUnneeded = true;
9896

9997
serviceConfig = {
@@ -156,7 +154,6 @@ in {
156154
description = "Socket-activated proxy to Step CA ACME backend";
157155
wants = after;
158156
requires = after;
159-
path = with pkgs; [coreutils netcat-openbsd];
160157

161158
serviceConfig = {
162159
Type = "notify";

0 commit comments

Comments
 (0)