diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:10:54 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:10:54 +0200 |
| commit | e79f5c73328d7abf540ea55cbbb5a8ef377297a1 (patch) | |
| tree | 8bc3df7a139156bc48ec8a7a05939e0fa0ccca3e /custom | |
| parent | 91019c0b1677751daa16b702d2d3e7578d850ec3 (diff) | |
| download | nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar.gz nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar.bz2 nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar.xz nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.zip | |
...
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/notify-users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/notify-users.nix b/custom/notify-users.nix index 296195f6..ca2d980a 100644 --- a/custom/notify-users.nix +++ b/custom/notify-users.nix | |||
| @@ -15,7 +15,7 @@ let | |||
| 15 | cp $src notify-user.hs | 15 | cp $src notify-user.hs |
| 16 | ''; | 16 | ''; |
| 17 | 17 | ||
| 18 | inherit user; | 18 | user = userName; |
| 19 | home = config.users.users."${userName}".home; | 19 | home = config.users.users."${userName}".home; |
| 20 | 20 | ||
| 21 | buildPhase = '' | 21 | buildPhase = '' |
