summary refs log tree commit diff
path: root/nixos/modules/services/backup/znapzend.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-08-23 01:28:45 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-09-02 00:42:50 +0200
commit20d491a317d9956ddca80913f07d04bd234ea432 (patch)
treea48e09dd2688004debda35c36afa9196b2e39305 /nixos/modules/services/backup/znapzend.nix
parentbfd706923e4d0781f4aad65beca9d5d7d167de6b (diff)
downloadnixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.gz
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.bz2
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.lz
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.xz
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.tar.zst
nixpkgs-20d491a317d9956ddca80913f07d04bd234ea432.zip
treewide: completely remove types.loaOf
Diffstat (limited to 'nixos/modules/services/backup/znapzend.nix')
-rw-r--r--nixos/modules/services/backup/znapzend.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/backup/znapzend.nix b/nixos/modules/services/backup/znapzend.nix
index 8098617d11f..0ca71b413ce 100644
--- a/nixos/modules/services/backup/znapzend.nix
+++ b/nixos/modules/services/backup/znapzend.nix
@@ -220,7 +220,7 @@ let
       };
 
       destinations = mkOption {
-        type = loaOf (destType config);
+        type = attrsOf (destType config);
         description = "Additional destinations.";
         default = {};
         example = literalExample ''
@@ -328,7 +328,7 @@ in
       };
 
       zetup = mkOption {
-        type = loaOf srcType;
+        type = attrsOf srcType;
         description = "Znapzend configuration.";
         default = {};
         example = literalExample ''