Added laptop configs
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./modules/shares.nix
|
./modules/shares.nix
|
||||||
./modules/sops.nix
|
./modules/sops.nix
|
||||||
|
./modules/laptop.nix
|
||||||
];
|
];
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|||||||
4
modules/laptop.nix
Normal file
4
modules/laptop.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ config, pkgs, ...}:
|
||||||
|
{
|
||||||
|
services.thermald.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user