Add host ornithologist
This commit is contained in:
parent
13c4160976
commit
2951844f13
2 changed files with 8 additions and 0 deletions
|
@ -87,5 +87,10 @@
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Container for automatic deployments.
|
||||||
|
(mkHost "ornithologist" {
|
||||||
|
suite = "server/lxc";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
3
hosts/ornithologist/default.nix
Normal file
3
hosts/ornithologist/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
## Placeholder...
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue