fix(ct): dynamic hostname

This commit is contained in:
arcnmx 2024-02-08 08:36:14 -08:00
parent 040786202c
commit 00f4c09191
4 changed files with 7 additions and 4 deletions

View file

@ -1,11 +1,14 @@
{
meta,
lib,
...
}: {
imports = with meta; [
nixos.reisen-ct
];
# allow proxmox to provide us with our hostname
environment.etc.hostname.enable = false;
services.avahi.hostName = "";
system.stateVersion = "23.11";
}