1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00
home-manager/modules
Symphorien Gibol e6f96b6aa3
unison: fix escaping of arguments
The `ExecStart=` option of systemd must take arguments fully quoted.
That is,

    "-sshargs=-i somekey"

and not

    -ssargs="-i somekey"

Additionally, inside arguments passed to unison, `=` characters must
be quoted. After unquotation by systemd, one must have

    -sshargs=-o Foo\=4

instead of

    -sshargs=-o Foo=4

(cherry picked from commit 92c682cd10)

Fixes #1500
2020-09-18 00:51:16 +02:00
..
accounts Update nixfmt and apply to a few more files 2020-04-06 12:51:11 +02:00
lib ssh: deprecate the list form of match block 2020-04-16 23:27:40 +02:00
lib-bash home-manager: add activation sanity check of Nix 2020-05-20 23:43:33 +02:00
misc xdg-user-dirs: fix erroneous dirs file 2020-08-23 23:13:45 +02:00
programs direnv: add support for nix-direnv 2020-07-05 21:08:04 +02:00
services unison: fix escaping of arguments 2020-09-18 00:51:16 +02:00
targets targets.genericLinux: add module 2020-04-08 13:36:25 +02:00
default.nix Switch to extended Nixpkg's lib 2020-01-21 20:47:04 +01:00
files.nix files: add force flag 2020-03-17 23:42:26 +01:00
home-environment.nix home-environment: minor fix of DocBook code 2020-04-10 16:16:46 +02:00
manual.nix Switch to extended Nixpkg's lib 2020-01-21 20:47:04 +01:00
modules.nix dircolors: add module 2020-06-17 00:00:28 +02:00
systemd-activate.rb systemd: improve systemd-activate.rb script 2020-03-24 00:00:44 +01:00
systemd-activate.sh allow Home Manager to be used as a NixOS module 2018-02-07 20:50:01 +01:00
systemd.nix systemd: don't page failed user units 2020-04-23 23:43:00 +02:00
xcursor.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
xresources.nix xresources: give properties option more specific type 2020-02-29 22:32:52 +01:00
xsession.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00