summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index bb8a1f07..65f00fc8 100644
--- a/hel.nix
+++ b/hel.nix
@@ -306,7 +306,7 @@
306 environment.etc."sane.d/dll.conf".text = "xerox_mfp"; 306 environment.etc."sane.d/dll.conf".text = "xerox_mfp";
307 environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; 307 environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil";
308 308
309 systemd.services."slimlock" = { 309 systemd.services."slimlock@" = {
310 wantedBy = [ "sleep.target" ]; 310 wantedBy = [ "sleep.target" ];
311 serviceConfig = { 311 serviceConfig = {
312 Type = "simple"; 312 Type = "simple";