Skip to content

Commit

Permalink
Revert "u9fs service: start after network.target"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Aug 19, 2019
1 parent c4592aa commit bbe6fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/network-filesystems/u9fs.nix
Expand Up @@ -55,7 +55,6 @@ in
sockets.u9fs = {
description = "U9fs Listening Socket";
wantedBy = [ "sockets.target" ];
after = [ "network.target" ];
inherit (cfg) listenStreams;
socketConfig.Accept = "yes";
};
Expand Down

0 comments on commit bbe6fd9

Please sign in to comment.