summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-07 11:43:42 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-07 11:43:42 +0200
commitb430a4bdbce4525939bd8d63793178b5ab82a8d4 (patch)
treecf81306bbc308a58dde54690cef685b25b1582b1
parent6448d79416e4a9422c109896466d50d2c9c801db (diff)
downloadnixos-b430a4bdbce4525939bd8d63793178b5ab82a8d4.tar
nixos-b430a4bdbce4525939bd8d63793178b5ab82a8d4.tar.gz
nixos-b430a4bdbce4525939bd8d63793178b5ab82a8d4.tar.bz2
nixos-b430a4bdbce4525939bd8d63793178b5ab82a8d4.tar.xz
nixos-b430a4bdbce4525939bd8d63793178b5ab82a8d4.zip
typo
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e67a522b..78016314 100644
--- a/hel.nix
+++ b/hel.nix
@@ -307,7 +307,7 @@
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 environment = system.services."display-manager".environment; 310 environment = systemd.services."display-manager".environment;
311 serviceConfig = { 311 serviceConfig = {
312 Type = "simple"; 312 Type = "simple";
313 User = "%I"; 313 User = "%I";