Add host ornithologist

This commit is contained in:
Fern Garden 2025-07-22 10:24:50 +08:00
parent 13c4160976
commit 2951844f13
2 changed files with 8 additions and 0 deletions

View file

@ -87,5 +87,10 @@
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
]; ];
}) })
# Container for automatic deployments.
(mkHost "ornithologist" {
suite = "server/lxc";
})
]; ];
} }

View file

@ -0,0 +1,3 @@
{
## Placeholder...
}