host | add w1

This commit is contained in:
Don Harper 2024-10-07 07:58:20 -05:00
parent c1aede0d5f
commit 322237a2b3
5 changed files with 239 additions and 0 deletions

15
hosts/w1/colmena.nix Normal file
View file

@ -0,0 +1,15 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./default.nix
];
deployment = {
tags = ["server" "intel" "vps" "web"];
};
}