Files
alo-cluster/hosts/c3/default.nix

12 lines
252 B
Nix

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