remove apparently unneeded disabledModules

(i guess there's a historic reason why this was here?)
This commit is contained in:
stuebinm 2022-11-10 01:25:48 +01:00
parent c12ae3231a
commit 39a1719188

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