diff options
-rw-r--r-- | modules/binary-cache/caches/nix-community.nix (renamed from modules/cachix/caches/nix-community.nix) | 0 | ||||
-rw-r--r-- | modules/binary-cache/default.nix (renamed from modules/cachix/default.nix) | 6 | ||||
-rw-r--r-- | systems/cobalt/default.nix | 2 | ||||
-rw-r--r-- | systems/v-conoha1/default.nix | 2 | ||||
-rw-r--r-- | systems/v-coord1/default.nix | 2 | ||||
-rw-r--r-- | systems/v-nanode1/default.nix | 2 | ||||
-rw-r--r-- | systems/v-proton-jp43/default.nix | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/modules/cachix/caches/nix-community.nix b/modules/binary-cache/caches/nix-community.nix index d323939..d323939 100644 --- a/modules/cachix/caches/nix-community.nix +++ b/modules/binary-cache/caches/nix-community.nix diff --git a/modules/cachix/default.nix b/modules/binary-cache/default.nix index 5222457..551ab98 100644 --- a/modules/cachix/default.nix +++ b/modules/binary-cache/default.nix @@ -2,7 +2,7 @@ with lib; let - cfg = config.modules.cachix; + cfg = config.modules.binary-cache; folder = ./caches; toImport = name: value: folder + ("/" + name); @@ -12,8 +12,8 @@ in { inherit imports; - options.modules.cachix = { - enable = mkEnableOption "cachix"; + options.modules.binary-cache = { + enable = mkEnableOption "binary-cache"; }; config = mkIf cfg.enable { diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index f9424bc..4a99ebf 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -167,7 +167,7 @@ in enable = true; storagePath = "/persist"; }; - cachix.enable = true; + binary-cache.enable = true; sops.enable = true; diff --git a/systems/v-conoha1/default.nix b/systems/v-conoha1/default.nix index c07da7a..6620b5e 100644 --- a/systems/v-conoha1/default.nix +++ b/systems/v-conoha1/default.nix @@ -73,7 +73,7 @@ in modules = { security.enable = true; persistence.enable = false; - cachix.enable = true; + binary-cache.enable = true; sops.enable = true; diff --git a/systems/v-coord1/default.nix b/systems/v-coord1/default.nix index 6d97da8..d09c3c0 100644 --- a/systems/v-coord1/default.nix +++ b/systems/v-coord1/default.nix @@ -78,7 +78,7 @@ in modules = { security.enable = true; persistence.enable = false; - cachix.enable = true; + binary-cache.enable = true; sops.enable = true; diff --git a/systems/v-nanode1/default.nix b/systems/v-nanode1/default.nix index 5bd9b3b..b4d48c9 100644 --- a/systems/v-nanode1/default.nix +++ b/systems/v-nanode1/default.nix @@ -85,7 +85,7 @@ in modules = { security.enable = true; persistence.enable = false; - cachix.enable = true; + binary-cache.enable = true; sops.enable = true; diff --git a/systems/v-proton-jp43/default.nix b/systems/v-proton-jp43/default.nix index 67c7290..ccf1ec0 100644 --- a/systems/v-proton-jp43/default.nix +++ b/systems/v-proton-jp43/default.nix @@ -86,7 +86,7 @@ in modules = { security.enable = true; persistence.enable = false; - cachix.enable = true; + binary-cache.enable = true; sops.enable = true; |