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

13 lines
317 B
Nix

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