From 7506fbd7f438376c33eeca94010f35c85517e25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Roche?= Date: Wed, 2 Nov 2022 17:00:45 +0100 Subject: [PATCH] nixos/cachix-watch-store: fix missing reference to the module I forgot to add the module to the list when I have added the module (dc529302fecd1a4cfec568524135da1a49f5640b) --- nixos/modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 1e9298a6571..7cb5ca944e6 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -1044,6 +1044,7 @@ ./services/security/vaultwarden/default.nix ./services/security/yubikey-agent.nix ./services/system/cachix-agent/default.nix + ./services/system/cachix-watch-store.nix ./services/system/cloud-init.nix ./services/system/dbus.nix ./services/system/earlyoom.nix