From 39a1719188b5ae06324110b907c113fdd831a05f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 10 Nov 2022 01:25:48 +0100 Subject: [PATCH] remove apparently unneeded disabledModules (i guess there's a historic reason why this was here?) --- modules/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/default.nix b/modules/default.nix index a47f5a8..e90c453 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -4,10 +4,4 @@ imports = [ ./websites.nix ]; - - # disabled since vaultwarden defines a dummy bitwarden_rs option that - # shows a deprication warning, which conflicts with this module - disabledModules = [ - "services/security/bitwarden_rs/default.nix" - ]; }