diff options
| author | seth <[email protected]> | 2023-08-24 06:42:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-24 06:42:12 -0400 |
| commit | 3e872b7a323fbe96159c3b924286bd38a81e499e (patch) | |
| tree | a32465799757d2b7f52c2cd05c56be5c27f0861c /modules | |
| parent | 0ead9592dc3b6b8ac19b74cdc4980eef15ed78c5 (diff) | |
modules/darwin: enable nix-daemon
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/darwin/base/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/darwin/base/default.nix b/modules/darwin/base/default.nix index 583accd..a118ea5 100644 --- a/modules/darwin/base/default.nix +++ b/modules/darwin/base/default.nix @@ -21,5 +21,7 @@ in { documentation.enable = mkDefault true; nix-settings.enable = mkDefault true; }; + + services.nix-daemon.enable = true; }; } |
