summaryrefslogtreecommitdiffstats
path: root/sys/services
diff options
context:
space:
mode:
Diffstat (limited to 'sys/services')
-rw-r--r--sys/services/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/services/default.nix b/sys/services/default.nix
index 8c396b6..4c1e1ca 100644
--- a/sys/services/default.nix
+++ b/sys/services/default.nix
@@ -1,9 +1,9 @@
{...}: {
imports = [
./fwupd
- ./greetd
+ #./greetd
./logind
./printing
- ./tlp
+ #./tlp
];
}