summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r--hosts/thinkpad/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix
index 5560fb4..11b5bcb 100644
--- a/hosts/thinkpad/default.nix
+++ b/hosts/thinkpad/default.nix
@@ -37,9 +37,9 @@ _: {
};
# modules
- battery = true;
- bluetooth = true;
- network = true;
- fingerprint = true;
- tpm = true;
+ battery.enable = true;
+ bluetooth.enable = true;
+ network.enable = true;
+ fingerprint.enable = true;
+ tpm.enable = true;
}