diff options
author | sefidel <contact@sefidel.net> | 2024-02-11 04:01:42 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-02-11 04:01:42 +0900 |
commit | 0fa31a0aaaee89fb68338f4b7869b5eff3557e14 (patch) | |
tree | c3694559c21d0af8ee039e34eace2c9d9c4caa5c /systems/v-proton-jp43/default.nix | |
parent | f4d8ab880a58e00af5a7fcda112baa7de2f8f0df (diff) | |
download | infra-0fa31a0aaaee89fb68338f4b7869b5eff3557e14.tar.gz infra-0fa31a0aaaee89fb68338f4b7869b5eff3557e14.zip |
feat(modules): cachix -> binary-cache
Diffstat (limited to 'systems/v-proton-jp43/default.nix')
-rw-r--r-- | systems/v-proton-jp43/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |