diff --git a/hosts/redmine/default.nix b/hosts/redmine/default.nix index 3a8ccba..2d0c9ff 100644 --- a/hosts/redmine/default.nix +++ b/hosts/redmine/default.nix @@ -1,12 +1,10 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, modulesPath, ... }: { #services.openssh.enable = true; imports = [ - - - + "${modulesPath}/virtualisation/proxmox-lxc.nix" ]; @@ -49,7 +47,8 @@ proxmoxLXC.manageHostName = true; networking.hostName = "pro"; - networking.domain = "stura.htw-dresden.de"; +# wird in der default nix auch gesetzt + networking.domain = lib.mkForce "stura.htw-dresden.de"; # time.timeZone = "Europe/Berlin";