Flake configs for zippy.

This commit is contained in:
2024-07-25 11:50:37 +01:00
parent 838f6e981e
commit 7d63e71646
4 changed files with 87 additions and 0 deletions

11
hosts/zippy/default.nix Normal file
View File

@@ -0,0 +1,11 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/global
../../common/cattle-node.nix
./hardware.nix
];
networking.hostName = "zippy";
services.tailscaleAutoconnect.authkey = "tskey-auth-ktKyQ59f2p11CNTRL-ut8E71dLWPXsVtb92hevNX9RTjmk4owBf";
}