7 lines
112 B
Nix
Executable file
7 lines
112 B
Nix
Executable file
{
|
|
imports = [
|
|
(import ../../../modules/vaultwarden.nix {
|
|
domain = "bitwarden.net.dn";
|
|
})
|
|
];
|
|
}
|