Skip to content

Commit

Permalink
feat(modules/work): Install goprocmgr as part of this profile
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jun 8, 2024
1 parent 923eb32 commit 33b7c31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions modules/work/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
];

etu.base.zfs.user.files = [
".config/goprocmgr.json"
".docker/config.json"
".kube/config"
];
Expand All @@ -47,6 +48,7 @@

etu.user.extraUserPackages = [
# Install chalet to manage running of containers
config.nur.repos.etu.goprocmgr
config.nur.repos.etu.chalet

# Install github-markdown-toc to format README TOC's
Expand Down

0 comments on commit 33b7c31

Please sign in to comment.