13 lines
176 B
Nix
13 lines
176 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking = {
|
|
hostName = "yate";
|
|
domain = "z9.ccchh.net";
|
|
};
|
|
|
|
# users.users.chaos.password = "yes";
|
|
|
|
system.stateVersion = "23.11";
|
|
}
|