From 4da074ab59680377227d782f0a269b6a9a65c3d4 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Mar 2026 12:24:44 +0100 Subject: [PATCH] Copypasta derp --- nix-system-configs/modules/system/database.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix-system-configs/modules/system/database.nix b/nix-system-configs/modules/system/database.nix index f56ecca..2897cee 100644 --- a/nix-system-configs/modules/system/database.nix +++ b/nix-system-configs/modules/system/database.nix @@ -131,8 +131,6 @@ in { RuntimeDirectory = "valkey_6379"; # places runtime dir under /run # Keep logs in a file (configured below) but also keep unit re-start behavior }; - # Ensure the service is started at boot - wantedBy = ["multi-user.target"]; }; # Provide the Valkey config file at /etc/valkey/6379.conf