Flake configs for zippy.
This commit is contained in:
11
hosts/zippy/default.nix
Normal file
11
hosts/zippy/default.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user