summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-07 11:44:00 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-07 11:44:00 +0200
commit827dc420d6ca37bab1c102eb942172c960cf9a17 (patch)
treea468f8c0a52c0feb11eb28c9c391e8b1866f6de0 /hel.nix
parentb430a4bdbce4525939bd8d63793178b5ab82a8d4 (diff)
downloadnixos-827dc420d6ca37bab1c102eb942172c960cf9a17.tar
nixos-827dc420d6ca37bab1c102eb942172c960cf9a17.tar.gz
nixos-827dc420d6ca37bab1c102eb942172c960cf9a17.tar.bz2
nixos-827dc420d6ca37bab1c102eb942172c960cf9a17.tar.xz
nixos-827dc420d6ca37bab1c102eb942172c960cf9a17.zip
scoping
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 78016314..5ba63854 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 = systemd.services."display-manager".environment; 310 environment = config.systemd.services."display-manager".environment;
311 serviceConfig = { 311 serviceConfig = {
312 Type = "simple"; 312 Type = "simple";
313 User = "%I"; 313 User = "%I";