Skip to content

Commit

Permalink
[Chore] Hotfix module hardening
Browse files Browse the repository at this point in the history
Properly import helpers used for tzbot service hardening.
  • Loading branch information
rvem committed May 6, 2024
1 parent 9ce71ea commit e54c2e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# SPDX-FileCopyrightText: 2023 Serokell <https://serokell.io>
#
# 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 = {
Expand Down

0 comments on commit e54c2e5

Please sign in to comment.