diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-22 08:26:44 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-22 08:26:44 +0200 |
| commit | 9011f58d335d653f4c46f296dd547d3cf04aea58 (patch) | |
| tree | 7bf020c5d41b0089bba7a15bbf807198ee373fc9 /hosts/nixbook-pro/default.nix | |
| parent | 3ff5cea79bce974a3bafaccf1d528973f209b581 (diff) | |
2026-05-22 updates by auto-switch
Diffstat (limited to 'hosts/nixbook-pro/default.nix')
| -rw-r--r-- | hosts/nixbook-pro/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/nixbook-pro/default.nix b/hosts/nixbook-pro/default.nix index 076912b..12cef40 100644 --- a/hosts/nixbook-pro/default.nix +++ b/hosts/nixbook-pro/default.nix @@ -31,6 +31,10 @@ }; webtray.instances = {}; + + services.tlp.enable = true; + + virtualisation.docker.enable = true; system.stateVersion = "25.11"; # Did you read the comment? |