restructure
This commit is contained in:
parent
507f3d3c8c
commit
75e9e63e51
18 changed files with 292 additions and 197 deletions
11
hosts/worker-04/default.nix
Normal file
11
hosts/worker-04/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
../vm.nix
|
||||
../../services/openssh.nix
|
||||
../../services/etcd.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue