backups: implement list the easy way

This commit is contained in:
lassulus
2023-12-06 17:12:38 +01:00
parent a5caed0de9
commit 45e9ab45f7
4 changed files with 58 additions and 62 deletions

View File

@@ -54,7 +54,7 @@
};
};
}));
default = [ ];
default = { };
description = ''
Configured backup providers which are used by this machine
'';