futile attempt to conf a forge server using nix…
This commit is contained in:
parent
9e2b38fbcc
commit
4465bc828b
4 changed files with 63 additions and 76 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, config, ... }: {
|
||||
|
||||
deployment = {
|
||||
targetHost = "192.168.178.56";
|
||||
targetHost = "192.168.178.65";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
|
@ -14,6 +14,6 @@
|
|||
];
|
||||
imports = [
|
||||
../container_config.nix
|
||||
../services/minecraft-server.nix
|
||||
#../services/minecraft-server.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue