9 lines
122 B
Nix
9 lines
122 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.hostName = "nixos";
|
|
networking.firewall.enable = true;
|
|
|
|
time.timeZone = "Europe/Brussels";
|
|
}
|