Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlor committed Jan 11, 2024
1 parent e0deac7 commit 633dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 633dff6

Please sign in to comment.