From f5090b30cb6f14cb9739a99bdb8cd779ce7fb99a Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 27 Feb 2026 22:56:44 +0100 Subject: [PATCH] config running from flake --- hosts/redmine/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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";