From 4a049b08b1afd62979d939daef733ed42b0964e2 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 29 Mar 2020 12:49:08 -0400 Subject: machine config for chupacabra --- system/modules/common.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'system/modules/common.nix') diff --git a/system/modules/common.nix b/system/modules/common.nix index 27f4a73f09..008863bdbf 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -6,12 +6,12 @@ ./xserver.nix ./emacs.nix ./sound.nix + ./urbint.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "bumblebee"; networking.useDHCP = false; networking.networkmanager.enable = true; @@ -65,9 +65,10 @@ isNormalUser = true; initialPassword = "password"; extraGroups = [ - "wheel" # Enable ‘sudo’ for the user. + "wheel" "networkmanager" "audio" + "docker" ]; shell = pkgs.zsh; }; @@ -90,7 +91,7 @@ powerManagement = { enable = true; - cpuFreqGovernor = "powersave"; + cpuFreqGovernor = lib.mkDefault "powersave"; powertop.enable = true; }; # Hibernate on low battery -- cgit 1.4.1