summaryrefslogtreecommitdiffstats
path: root/sys/services/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/services/default.nix')
-rw-r--r--sys/services/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/services/default.nix b/sys/services/default.nix
index 3ac5204..5a7a351 100644
--- a/sys/services/default.nix
+++ b/sys/services/default.nix
@@ -1,5 +1,6 @@
{...}: {
imports = [
./fwupd
+ ./logind
];
}