summary refs log tree commit diff stats
path: root/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/networking.nix b/networking.nix
deleted file mode 100644
index e0605a3..0000000
--- a/networking.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-   networking.hostName = "thinklappi"; 
-   networking.networkmanager.enable = true;
-
-   time.timeZone = "Europe/Berlin";
-
-}