zammad setup

This commit is contained in:
Clara Dautermann 2025-04-08 19:06:54 +02:00
parent 0ac3bbfbe2
commit df35107001
2 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ lib, pkgs, config, ... }: {
deployment = {
targetHost = "192.168.178.50";
targetHost = "192.168.178.58";
targetPort = 22;
targetUser = "root";
};
@ -13,5 +13,6 @@
];
imports = [
../container_config.nix
../services/zammad.nix
];
}