nixos: update config

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay Pai 2018-08-04 21:33:14 +05:30
parent d1701fe1c2
commit 03517092d9
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -42,7 +42,7 @@
networking = {
hostName = "tuxbox";
wireless.enable = true;
networkmanager.enable = true;
enableB43Firmware = true;
extraHosts = ''
127.0.0.1
@ -51,7 +51,6 @@
enableIPv6 = false;
dhcpcd = {
persistent = true;
extraConfig = ''
noarp
ipv4only
@ -60,7 +59,6 @@
};
};
# Select internationalisation properties.
i18n = {
consoleFont = "Lat2-Terminus16";
@ -154,6 +152,7 @@
light.enable = true;
kbdlight.enable = true;
adb.enable = true;
};
powerManagement.enable = true;
@ -238,6 +237,8 @@
};
sound.enable = true;
hardware = {
cpu.intel.updateMicrocode = true;
@ -267,7 +268,9 @@
description = "Chinmay Pai";
extraGroups = [
"wheel"
"adbusers"
"systemd-journal"
"networkmanager"
"audio"
"video"
];