Files
alo-cluster/hosts/c2/default.nix
2023-07-08 19:17:40 +01:00

12 lines
251 B
Nix

{ pkgs, inputs, ... }:
{
imports = [
../common/global
../common/compute-node.nix
./hardware.nix
];
networking.hostName = "c2";
services.tailscaleAutoconnect.authkey = "tskey-auth-kbYnZK2CNTRL-SpUVCuzS6P3ApJiDaB6RM3M4b8M9TXgS";
}