diff --git a/flake.nix b/flake.nix index f041970..1e6f9e4 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ with lib; let cfg = config.services.marrano-bot; opt = options.services.marrano-bot; - pkg = self.packages.${system}.marrano-bot; + pkg = self.packages.${pkgs.system}.marrano-bot; hardeningOptions = { }; # TODO systemd hardened settings `systemd analyze security marrano-bot` in {