summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index af33756b..87481c13 100644
--- a/hel.nix
+++ b/hel.nix
@@ -39,7 +39,7 @@
39 39
40 systemd.services.ModemManager = { 40 systemd.services.ModemManager = {
41 enable = true; 41 enable = true;
42 wantedBy = "network.target"; 42 wantedBy = [ "network.target" ];
43 }; 43 };
44 44
45 powerManagement.enable = true; 45 powerManagement.enable = true;