mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
init
This commit is contained in:
18
modules/basic/default.nix
Normal file
18
modules/basic/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./locales.nix
|
||||
./nix.nix
|
||||
./security.nix
|
||||
];
|
||||
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
|
||||
# override nixos-hardware profile
|
||||
throttled.enable = false;
|
||||
thermald.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user