diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-16 23:16:07 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-16 23:16:07 +0100 |
| commit | 459bfae2de8c5c534f5bbb2e4a328ea17188ac0a (patch) | |
| tree | 448a9900b49342f3d22c117b65663c1a5e837950 /hosts/nixedo/default.nix | |
| parent | 84f5d968ee862bce5968f4e1a9914a7e3f9f40ee (diff) | |
flake: update
Diffstat (limited to 'hosts/nixedo/default.nix')
| -rw-r--r-- | hosts/nixedo/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix index 68898bc..334be55 100644 --- a/hosts/nixedo/default.nix +++ b/hosts/nixedo/default.nix @@ -84,6 +84,8 @@ tailor-gui.enable = true; }; + services.tlp.enable = true; + virtualisation = { libvirtd.enable = true; }; |