Skip to content

Commit

Permalink
Merge pull request #131 from serokell/rvem/hotfix-hardening-profile
Browse files Browse the repository at this point in the history
[Chore] Hotfix module hardening
  • Loading branch information
rvem authored May 7, 2024
2 parents 9ce71ea + e54c2e5 commit 17219a0
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 17219a0

Please sign in to comment.