Add gameserver-node-1 host

This commit is contained in:
fi 2024-11-20 05:46:41 +01:00
parent a474c73ac0
commit 0ef33f3f08
4 changed files with 25 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "gameserver-node-1";
};
system.stateVersion = "24.05";
}

View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./configuration.nix
];
}