mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(ct): dynamic hostname
This commit is contained in:
parent
040786202c
commit
00f4c09191
4 changed files with 7 additions and 4 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue