diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-06-21 15:23:27 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-06-21 15:23:46 +0200 |
| commit | a9db65f39af344e18614c3cbb50fd1ed31520c2c (patch) | |
| tree | 51a0ca69e36f00ca89f097e6a47ea2a5dc9b95fe /modules/examples | |
| parent | 9987c71c831921a5663f7a35e61e9bdd88bf9a08 (diff) | |
lnl: enable socket listener for nix-daemon service
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 46ef94f..229bd77 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -59,6 +59,7 @@ }; services.nix-daemon.enable = true; + services.nix-daemon.enableSocketListener = true; nix.extraOptions = '' gc-keep-derivations = true |
