diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-11 22:48:25 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-16 23:19:11 +1100 |
| commit | 5d1b7ac696c2c9cf4206d7fbd3ebe3daa3b9bbd2 (patch) | |
| tree | 1a9efa1ce2a84c99d6cbceb3511a1066f4dbe425 /modules/examples/simple.nix | |
| parent | 698414e4091d919cc1b3af622f29bd594d3c21c3 (diff) | |
treewide: remove mentions of `services.nix-daemon.enable = true;`
Diffstat (limited to 'modules/examples/simple.nix')
| -rw-r--r-- | modules/examples/simple.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index 5baf009..c76ecda 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -12,7 +12,6 @@ # environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix"; # Auto upgrade nix package and the daemon service. - # services.nix-daemon.enable = true; # nix.package = pkgs.nix; # Enable alternative shell support in nix-darwin. |
