about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-05-25 20:51:32 +0200
committerGitHub <noreply@github.com>2021-05-25 20:51:32 +0200
commitfcd6d0bc1471c820e62755ec25378e028fdc9064 (patch)
tree3bd9fc26c5a317a645294cb2c7989c5e9de01f82 /nixos
parent949651d2096707bc9ff7af8e59373a7e43446fd0 (diff)
parent8eb5701aaf0eb7ad842a67f09e2f80826ac1ce80 (diff)
Merge pull request #124263 from Lassulus/solanum3
solanum: remove obsolete BANDB settings/patches
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/solanum.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/solanum.nix b/nixos/modules/services/networking/solanum.nix
index 989621b204ce6..b6496fb8b35a1 100644
--- a/nixos/modules/services/networking/solanum.nix
+++ b/nixos/modules/services/networking/solanum.nix
@@ -82,9 +82,6 @@ in
         description = "Solanum IRC daemon";
         after = [ "network.target" ];
         wantedBy = [ "multi-user.target" ];
-        environment = {
-          BANDB_DBPATH = "/var/lib/solanum/ban.db";
-        };
         serviceConfig = {
           ExecStart   = "${solanum}/bin/solanum -foreground -logfile /dev/stdout -configfile ${configFile} -pidfile /run/solanum/ircd.pid";
           DynamicUser = true;