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 | |
| parent | 698414e4091d919cc1b3af622f29bd594d3c21c3 (diff) | |
treewide: remove mentions of `services.nix-daemon.enable = true;`
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/flake/flake.nix | 1 | ||||
| -rw-r--r-- | modules/examples/hydra.nix | 2 | ||||
| -rw-r--r-- | modules/examples/lnl.nix | 1 | ||||
| -rw-r--r-- | modules/examples/simple.nix | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix index bd733bd..d3967ef 100644 --- a/modules/examples/flake/flake.nix +++ b/modules/examples/flake/flake.nix @@ -17,7 +17,6 @@ ]; # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; # nix.package = pkgs.nix; # Necessary for using flakes on this system. diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix index eb1c5d9..f87ed5d 100644 --- a/modules/examples/hydra.nix +++ b/modules/examples/hydra.nix @@ -8,8 +8,6 @@ let in { - services.nix-daemon.enable = true; - nix.settings.substituters = [ "http://cache1" ]; nix.settings.trusted-public-keys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ]; diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index dccae07..2204c2f 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -77,7 +77,6 @@ # serviceConfig.ProcessType = "Background"; # }; - services.nix-daemon.enable = true; # services.nix-daemon.enableSocketListener = true; nix.extraOptions = '' 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. |
