diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 22:44:51 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 22:44:51 +0530 |
commit | 00cf70110af4661b20e19b1cd42eabc224abc573 (patch) | |
tree | b89b59ecd342b8185cd028168affc5ebec3ac9ad /common.nix | |
parent | 9be7885aa63c865bb57b36f65884e5d336a09abc (diff) |
common: disable dhcpcd
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ in }; time.timeZone = "Asia/Kolkata"; + networking.useDHCP = false; environment = { binsh = "${lib.getExe pkgs.dash}"; systemPackages = with pkgs; [ |