iac/hosts/worker-04/default.nix

13 lines
169 B
Nix

{ ... }:
{
imports = [
../common.nix
../common-vm.nix
../../services/openssh.nix
../../services/etcd.nix
];
nix.optimise.dates = [ "07:00" ];
}