{ pkgs, inputs, ... }: { imports = [ ../../common/encrypted-btrfs-layout.nix ../../common/global ../../common/cluster-member.nix # Consul + storage clients ../../common/nomad-worker.nix # Nomad client (runs jobs) ../../common/nomad-server.nix # Consul + Nomad server mode ./hardware.nix ]; diskLayout = { mainDiskDevice = "/dev/disk/by-id/nvme-KINGSTON_SNV3S1000G_50026B73841C1892"; #keyDiskDevice = "/dev/disk/by-id/usb-Intenso_Micro_Line_22080777650675-0:0"; keyDiskDevice = "/dev/sda"; }; networking.hostName = "c2"; services.tailscaleAutoconnect.authkey = "tskey-auth-kBxfZWwkwN11CNTRL-NPkBePmSvdErPVZ5ECuefE12ZWPzpNou"; }