diff options
| author | Jean-François Roche <jfroche@affinitic.be> | 2022-11-02 17:00:45 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-02 16:58:44 +0000 |
| commit | 281f5ece2cdf69e4e5f4485588b165d885e3b1f4 (patch) | |
| tree | c3f16b71ebb10d51422f3126d907be6e18e1e051 | |
| parent | Merge pull request #199141 from NixOS/backport-190915-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-199182-to-release-22.05.tar.gz | |
nixos/cachix-watch-store: fix missing reference to the moduleorigin/backport-199182-to-release-22.05
I forgot to add the module to the list when I have added the module (dc529302fecd1a4cfec568524135da1a49f5640b)
(cherry picked from commit 7506fbd7f438376c33eeca94010f35c85517e25b)
| -rw-r--r-- | nixos/modules/module-list.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 744459bb1315..3bd30bd11bc7 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -1000,6 +1000,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 |
