Configuration for alo-cloud-1

This commit is contained in:
2024-01-03 19:11:59 +00:00
parent b69598465a
commit d4319ff7b6
5 changed files with 85 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
{ pkgs, inputs, ... }:
{
imports = [
../../common/global
../../common/cloud-node.nix
./hardware.nix
];
boot.initrd.kernelModules = [ "virtio_gpu" ];
boot.kernelParams = [ "console=tty" ];
networking.hostName = "alo-cloud-1";
services.tailscaleAutoconnect.authkey = "tskey-auth-kbdARC7CNTRL-pNQddmWV9q5C2sRV3WGep5ehjJ1qvcfD";
}