Compare commits
No commits in common. "1b91e430a2293b123973a1e16ac0706b23566371" and "d8784d4da52d532fdd8a1fabe8d4eaa4d7dcb470" have entirely different histories.
1b91e430a2
...
d8784d4da5
2 changed files with 1 additions and 3 deletions
|
@ -54,6 +54,7 @@ in {
|
||||||
hardware.cpu.intel.updateMicrocode = true;
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
networking.hostId = "eff291c4";
|
networking.hostId = "eff291c4";
|
||||||
networking.hostName = "sphere";
|
networking.hostName = "sphere";
|
||||||
|
powerManagement.powertop.enable = true;
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
services.hardware.bolt.enable = true;
|
services.hardware.bolt.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,7 @@ let
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
acpi
|
acpi
|
||||||
aspell
|
|
||||||
bash
|
bash
|
||||||
aspellDicts.de
|
|
||||||
aspellDicts.en
|
|
||||||
bash-completion
|
bash-completion
|
||||||
bat
|
bat
|
||||||
borgbackup
|
borgbackup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue