summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-22 08:26:44 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-22 08:26:44 +0200
commit9011f58d335d653f4c46f296dd547d3cf04aea58 (patch)
tree7bf020c5d41b0089bba7a15bbf807198ee373fc9 /hosts
parent3ff5cea79bce974a3bafaccf1d528973f209b581 (diff)
2026-05-22 updates by auto-switch
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixbook-pro/default.nix4
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?