11 lines
136 B
Nix
11 lines
136 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking = {
|
|
hostName = "yate";
|
|
domain = "z9.ccchh.net";
|
|
};
|
|
|
|
system.stateVersion = "23.11";
|
|
}
|