We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c4592aa commit bbe6fd9Copy full SHA for bbe6fd9
nixos/modules/services/network-filesystems/u9fs.nix
@@ -55,7 +55,6 @@ in
55
sockets.u9fs = {
56
description = "U9fs Listening Socket";
57
wantedBy = [ "sockets.target" ];
58
- after = [ "network.target" ];
59
inherit (cfg) listenStreams;
60
socketConfig.Accept = "yes";
61
};
0 commit comments