2020-11-27 20:56:20 +00:00
|
|
|
{ ... }:
|
2020-11-30 18:31:04 +00:00
|
|
|
let
|
2021-01-15 00:38:37 +00:00
|
|
|
sources = import ../nix/sources.nix;
|
2020-11-30 18:31:04 +00:00
|
|
|
in {
|
2020-11-27 20:56:20 +00:00
|
|
|
imports = [
|
2021-01-15 22:46:45 +00:00
|
|
|
./nftnat
|
2021-01-27 05:24:12 +00:00
|
|
|
./decklink.nix
|
2021-09-28 11:13:25 +00:00
|
|
|
"${sources.nixpkgs-unstable}/nixos/modules/services/security/vaultwarden"
|
|
|
|
];
|
|
|
|
|
|
|
|
# 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"
|
2020-11-27 20:56:20 +00:00
|
|
|
];
|
|
|
|
}
|