Skip to content

Commit bbe6fd9

Browse files
authoredAug 19, 2019
Revert "u9fs service: start after network.target"
1 parent c4592aa commit bbe6fd9

File tree

1 file changed

+0
-1
lines changed
  • nixos/modules/services/network-filesystems

1 file changed

+0
-1
lines changed
 

‎nixos/modules/services/network-filesystems/u9fs.nix

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ in
5555
sockets.u9fs = {
5656
description = "U9fs Listening Socket";
5757
wantedBy = [ "sockets.target" ];
58-
after = [ "network.target" ];
5958
inherit (cfg) listenStreams;
6059
socketConfig.Accept = "yes";
6160
};

0 commit comments

Comments
 (0)
Please sign in to comment.