10 lines
143 B
Nix
10 lines
143 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking = {
|
|
hostName = "public-web-static";
|
|
domain = "hosts.hamburg.ccc.de";
|
|
};
|
|
|
|
system.stateVersion = "23.05";
|
|
}
|