remove apparently unneeded disabledModules
(i guess there's a historic reason why this was here?)
This commit is contained in:
parent
c12ae3231a
commit
39a1719188
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue