mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-15 17:51:01 +00:00
lnl: enable socket listener for nix-daemon service
This commit is contained in:
parent
9987c71c83
commit
a9db65f39a
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
};
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
services.nix-daemon.enableSocketListener = true;
|
||||
|
||||
nix.extraOptions = ''
|
||||
gc-keep-derivations = true
|
||||
|
|
Loading…
Reference in a new issue