From 6cced57fe4a10a727175f4d39a0232b8e555830e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 12 Nov 2019 19:30:52 +0100 Subject: Add missing file --- system/settings/darwin.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/settings/darwin.nix diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix new file mode 100644 index 00000000..97ec9b70 --- /dev/null +++ b/system/settings/darwin.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + services.nix-daemon = { + enable = true; + enableSocketListener = true; + }; +} -- cgit 1.4.1