From e36f00c428f1a3e29bdedd71397230d5416fd60d Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 18 Jan 2022 22:04:02 +0100 Subject: [PATCH] modules/autoupdate: move from ../config/ --- config/c3d2.nix | 1 - flake.nix | 2 +- {config => modules}/autoupdate.nix | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename {config => modules}/autoupdate.nix (100%) diff --git a/config/c3d2.nix b/config/c3d2.nix index 3dc1d7f0..c04e53b4 100644 --- a/config/c3d2.nix +++ b/config/c3d2.nix @@ -26,7 +26,6 @@ in { ./audio-server ./ceph-storage.nix ./cache.nix - ./autoupdate.nix ]; diff --git a/flake.nix b/flake.nix index 2ed40d43..f5a26d9e 100644 --- a/flake.nix +++ b/flake.nix @@ -205,7 +205,6 @@ self.nixosModules.c3d2 ./config/audio-server - ./config/autoupdate.nix ./config/c3d2.nix ./config/cache.nix ./config/ceph-storage.nix @@ -515,6 +514,7 @@ sops-nix.nixosModule ./modules/c3d2.nix ./modules/nncp.nix + ./modules/autoupdate.nix ]; c3d2.hosts = hostRegistry.hosts; c3d2.users = import ./users.nix; diff --git a/config/autoupdate.nix b/modules/autoupdate.nix similarity index 100% rename from config/autoupdate.nix rename to modules/autoupdate.nix