diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-23 15:22:47 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-23 15:22:47 +0200 |
commit | 2b6588dd846210579f17e32a40b7ae82a597bd3c (patch) | |
tree | d2ff7a6bc9d8083075cd393748685993697ef02b | |
parent | 513ac131cd15637ab8f6e12cd8c5cefe9c52af42 (diff) | |
download | nixos-2b6588dd846210579f17e32a40b7ae82a597bd3c.tar nixos-2b6588dd846210579f17e32a40b7ae82a597bd3c.tar.gz nixos-2b6588dd846210579f17e32a40b7ae82a597bd3c.tar.bz2 nixos-2b6588dd846210579f17e32a40b7ae82a597bd3c.tar.xz nixos-2b6588dd846210579f17e32a40b7ae82a597bd3c.zip |
mess with systemd user config
-rw-r--r-- | hel.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -370,5 +370,9 @@ | |||
370 | }; | 370 | }; |
371 | } | 371 | } |
372 | ]; | 372 | ]; |
373 | |||
374 | systemd.user.services."pulseaudio".enable = false; | ||
375 | systemd.user.services."ssh-agent".enable = false; | ||
376 | systemd.user.sockets."pulseaudio".enable = false; | ||
373 | } | 377 | } |
374 | 378 | ||