haccfiles/modules/default.nix
schweby 163d2f2931 patch patch patch
schweby is anoyed
2022-06-22 17:24:40 +00:00

16 lines
344 B
Nix

{ ... }:
let
sources = import ../nix/sources.nix;
in {
imports = [
./nftnat
./decklink.nix
./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"
];
}