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

13 lines
318 B
Nix

{ pkgs, inputs, ... }:
{
imports = [
../../common/global
../../common/compute-node.nix
./hardware.nix
];
networking.hostName = "c3";
boot.initrd.luks.devices."luksroot".keyFile = "/dev/sda";
services.tailscaleAutoconnect.authkey = "tskey-auth-kDNknU5CNTRL-iEGHyo8GDZBCVLaMutJjZBHH7wCuCDyFb";
}