made a miinecraft server!
This commit is contained in:
parent
62ea03a213
commit
90fc470aa7
2 changed files with 38 additions and 3 deletions
|
|
@ -10,16 +10,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
testhost = {
|
||||
mcserver = {
|
||||
deployment = {
|
||||
targetHost = "192.168.178.50";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
networking.hostName = "testhost";
|
||||
networking.hostName = "mcserver";
|
||||
imports = [
|
||||
./configs/container_config.nix
|
||||
./configs/services/forgejo.nix
|
||||
./configs/services/minecraft-server.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue