diff --git a/modules/linux/restic/default.nix b/modules/linux/restic/default.nix index fc169e6..5834311 100644 --- a/modules/linux/restic/default.nix +++ b/modules/linux/restic/default.nix @@ -1,7 +1,7 @@ { config, lib, ... }: let inherit (lib) genAttrs mkConst mkIf remove; in{ - options.services.restic.hosts = mkConst <| remove config.networking.hostName [ "disk" "nine" "best" ]; + options.services.restic.hosts = mkConst remove config.networking.hostName [ "nine" "best" ]; config.secrets.resticPassword.file = mkIf config.isServer ./password.age;