summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix7
1 files changed, 2 insertions, 5 deletions
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 = [