11 lines
132 B
Nix
11 lines
132 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
../common.nix
|
|
../common-vm.nix
|
|
../../services/openssh.nix
|
|
../../services/etcd.nix
|
|
];
|
|
}
|
|
|