config running from flake

This commit is contained in:
goeranh 2026-02-27 22:56:44 +01:00 committed by oxce
parent 569b186edf
commit f5090b30cb

View file

@ -1,12 +1,10 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, modulesPath, ... }:
{
#services.openssh.enable = true;
imports = [
<nixpkgs/nixos/modules/virtualisation/proxmox-lxc.nix>
"${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";