forked from CCCHH/nix-infra
9 lines
115 B
Nix
9 lines
115 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
networking = {
|
||
|
hostName = "audio-hauptraum-tafel";
|
||
|
};
|
||
|
|
||
|
system.stateVersion = "23.05";
|
||
|
}
|