about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/upower-minimal.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/services/upower-minimal.nix b/modules/services/upower-minimal.nix
index cb3f3895..c1067467 100644
--- a/modules/services/upower-minimal.nix
+++ b/modules/services/upower-minimal.nix
@@ -43,12 +43,10 @@ in
 
       settings = lib.mkOption {
         type = lib.types.nullOr ini.type;
-        default = null;
+        default = {};
         description = ''
           The upower configuration.
 
-          If null, the default values in <literal>${pkg}/etc/UPower/UPower.conf</literal> are used.
-
           So far it looks like there is always only one Section called <literal>UPower</literal>
         '';
         example = {