Add gameserver-node-1 host
This commit is contained in:
parent
a474c73ac0
commit
0ef33f3f08
4 changed files with 25 additions and 4 deletions
13
config/hosts/gameserver-node-1/configuration.nix
Normal file
13
config/hosts/gameserver-node-1/configuration.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/vda";
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "gameserver-node-1";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
6
config/hosts/gameserver-node-1/default.nix
Normal file
6
config/hosts/gameserver-node-1/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue