mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
11 lines
227 B
Nix
11 lines
227 B
Nix
{meta, ...}: {
|
|
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";
|
|
}
|