Skip to content

Commit 5d1b7ac

Browse files
committed
treewide: remove mentions of services.nix-daemon.enable = true;
1 parent 698414e commit 5d1b7ac

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Configuration lives in `~/.nixpkgs/darwin-configuration.nix`. Check out
6868
];
6969
7070
# Auto upgrade nix package and the daemon service.
71-
services.nix-daemon.enable = true;
7271
nix.package = pkgs.nix;
7372
}
7473
```

modules/examples/flake/flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
];
1818

1919
# Auto upgrade nix package and the daemon service.
20-
services.nix-daemon.enable = true;
2120
# nix.package = pkgs.nix;
2221

2322
# Necessary for using flakes on this system.

modules/examples/hydra.nix

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ let
88
in
99

1010
{
11-
services.nix-daemon.enable = true;
12-
1311
nix.settings.substituters = [ "http://cache1" ];
1412
nix.settings.trusted-public-keys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ];
1513

modules/examples/lnl.nix

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
# serviceConfig.ProcessType = "Background";
7878
# };
7979

80-
services.nix-daemon.enable = true;
8180
# services.nix-daemon.enableSocketListener = true;
8281

8382
nix.extraOptions = ''

modules/examples/simple.nix

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
1313

1414
# Auto upgrade nix package and the daemon service.
15-
# services.nix-daemon.enable = true;
1615
# nix.package = pkgs.nix;
1716

1817
# Enable alternative shell support in nix-darwin.

0 commit comments

Comments
 (0)