From b8a88f3590df1940c7786f9cfcb0f8241e550d29 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Wed, 14 Sep 2022 14:07:04 +0000
Subject: [PATCH] Rely on Systemd defaults

It's safe to assume Systemd defaults are consistent and stay
the same.  Also, I know of a brilliant investment opportunity:
Mars is going to be colonized soon, and prices only can go up...
---
 nixos/modules/tahoe.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nixos/modules/tahoe.nix b/nixos/modules/tahoe.nix
index 3c0691f7..a622c448 100644
--- a/nixos/modules/tahoe.nix
+++ b/nixos/modules/tahoe.nix
@@ -187,8 +187,6 @@ in
         # Systemd uses the socket name to link to the corresponding Service Unit.
         systemd.sockets."tahoe.storage" = {
           description = "Tahoe Web Server Socket";
-          wantedBy = [ "sockets.target" ];
-          before = [ "multi-user.target" ];
           socketConfig = {
             ListenStream = "127.0.0.1:3456";
           };
-- 
GitLab