From 8214a997e1d8fac0fdf238d0d889f6c3a22b48e6 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 31 Oct 2023 19:24:51 +0530 Subject: common: clean up --- common.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index f4efa88..58a0ccd 100644 --- a/common.nix +++ b/common.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, ... }: let user = config.userdata.user; @@ -30,10 +30,6 @@ in }; }; - # networking - time.timeZone = "Asia/Kolkata"; - networking.useDHCP = lib.mkDefault true; - # users users.users.${user} = { inherit description; @@ -79,6 +75,7 @@ in ]; }; system.stateVersion = "23.05"; + time.timeZone = "Asia/Kolkata"; # nix nix.settings.experimental-features = [ -- cgit v1.2.3