summary refs log tree commit diff stats
path: root/networking.nix
blob: e0605a3d5ff4e996202dbdf7ac37c1b99bd64b35 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{
   networking.hostName = "thinklappi"; 
   networking.networkmanager.enable = true;

   time.timeZone = "Europe/Berlin";

}