Skip to content

Commit

Permalink
Merge pull request NixOS#255064 from tomfitzhenry/vikunja-cli
Browse files Browse the repository at this point in the history
nixos/vikunja: install 'vikunja' CLI tool
  • Loading branch information
jian-lin authored Sep 20, 2023
2 parents 1c37330 + 355cfad commit d27a248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/web-apps/vikunja.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,9 @@ in {
};

environment.etc."vikunja/config.yaml".source = configFile;

environment.systemPackages = [
cfg.package-api # for admin `vikunja` CLI
];
};
}

0 comments on commit d27a248

Please sign in to comment.