remove apparently unneeded disabledModules

(i guess there's a historic reason why this was here?)
pull/5/head
stuebinm 2022-11-10 01:25:48 +01:00
parent c12ae3231a
commit 39a1719188
1 changed files with 0 additions and 6 deletions

View File

@ -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"
];
}