From e54c2e5e650494714112f9272250e3149f2896bc Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Mon, 6 May 2024 14:51:28 +0200 Subject: [PATCH] [Chore] Hotfix module hardening Properly import helpers used for tzbot service hardening. --- module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module.nix b/module.nix index ed83403..c232ade 100644 --- a/module.nix +++ b/module.nix @@ -1,9 +1,10 @@ # SPDX-FileCopyrightText: 2023 Serokell # # SPDX-License-Identifier: MPL-2.0 -{ self, ... }@inputs: { config, pkgs, lib, ... }: +{ self, serokell-nix, ... }@inputs: { config, pkgs, lib, ... }: let inherit (lib) mkEnableOption mkOption types mkIf mkDefault; + inherit (serokell-nix.lib.systemd) hardeningProfiles withHardeningProfile; in { options.services.tzbot = {