From d761f8a0675b18a1680b6715d8fb8de915e7b239 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Tue, 18 Feb 2025 18:53:36 -0800
Subject: [PATCH] lynx: remove redundant configuration

---
 hosts/lynx/configuration.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/hosts/lynx/configuration.nix b/hosts/lynx/configuration.nix
index 1b5153b..832efc3 100644
--- a/hosts/lynx/configuration.nix
+++ b/hosts/lynx/configuration.nix
@@ -14,9 +14,6 @@
 
   environment.shells = with pkgs; [ bashInteractive zsh fish ];
 
-  # Auto upgrade nix package and the daemon service.
-  services.nix-daemon.enable = true;
-
   # Enable alternative shell support in nix-darwin.
   # programs.fish.enable = true;