summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-07-05 14:59:01 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-07-05 14:59:01 +0200
commit0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b (patch)
treecf13337449541f0601f2082eb5dcf83334686be3
parentfad172a36672161235efec7b118e2240deaabd76 (diff)
downloadnixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.tar
nixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.tar.gz
nixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.tar.bz2
nixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.tar.lz
nixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.tar.xz
nixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.tar.zst
nixpkgs-0f71c406cf43f6add5bb0e8e7f8b16b2ab53d69b.zip
nixos/nix-daemon: Move to services/system
It is now only about the system service.
Granted, it also installs the client package, but that could be
factored out later, with actual test to support such a new type of
configuration.
-rw-r--r--nixos/modules/module-list.nix2
-rw-r--r--nixos/modules/services/system/nix-daemon.nix (renamed from nixos/modules/services/misc/nix-daemon.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index fea69935cc6..ad92f22fafb 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -665,7 +665,6 @@
   ./services/misc/moonraker.nix
   ./services/misc/n8n.nix
   ./services/misc/nitter.nix
-  ./services/misc/nix-daemon.nix
   ./services/misc/nix-gc.nix
   ./services/misc/nix-optimise.nix
   ./services/misc/nix-ssh-serve.nix
@@ -1147,6 +1146,7 @@
   ./services/system/earlyoom.nix
   ./services/system/kerberos/default.nix
   ./services/system/localtimed.nix
+  ./services/system/nix-daemon.nix
   ./services/system/nscd.nix
   ./services/system/saslauthd.nix
   ./services/system/self-deploy.nix
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/system/nix-daemon.nix
index 51b87bf585c..51b87bf585c 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/system/nix-daemon.nix