futile attempt to conf a forge server using nix…

This commit is contained in:
CDaut 2025-10-19 19:18:08 +02:00
parent 9e2b38fbcc
commit 4465bc828b
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 63 additions and 76 deletions

View file

@ -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
];
}