8 lines
125 B
Nix
8 lines
125 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../../shared/base.nix
|
|
../../shared/hardware/vm.nix
|
|
../../servers/vaultwarden.nix
|
|
];
|
|
}
|