From 2951844f13c22fbf494e211c165297f76eef934f Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Tue, 22 Jul 2025 10:24:50 +0800 Subject: [PATCH] Add host ornithologist --- flake.nix | 5 +++++ hosts/ornithologist/default.nix | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 hosts/ornithologist/default.nix diff --git a/flake.nix b/flake.nix index be998c5..800cf5d 100755 --- a/flake.nix +++ b/flake.nix @@ -87,5 +87,10 @@ sops-nix.nixosModules.sops ]; }) + + # Container for automatic deployments. + (mkHost "ornithologist" { + suite = "server/lxc"; + }) ]; } diff --git a/hosts/ornithologist/default.nix b/hosts/ornithologist/default.nix new file mode 100644 index 0000000..94bc776 --- /dev/null +++ b/hosts/ornithologist/default.nix @@ -0,0 +1,3 @@ +{ + ## Placeholder... +}