feat(netd): standardize version of netdaemon in project

This commit is contained in:
matt1432 2024-10-10 13:11:11 -04:00
parent 81227e34c8
commit 9dda3c5bd2
8 changed files with 51 additions and 48 deletions
nixosModules/borgbackup

View file

@ -4,8 +4,9 @@
pkgs,
...
}: let
inherit (lib) all any attrValues findSingle length mapAttrs mkIf mkOption types;
inherit (builtins) filter hasAttr listToAttrs removeAttrs;
inherit (lib) mkIf mkOption types;
inherit (lib.lists) all any filter findSingle length;
inherit (lib.attrsets) attrValues hasAttr listToAttrs mapAttrs removeAttrs;
inherit (config.sops) secrets;
inherit (config.vars) hostName;