Add lookbook binary to system PATH
This commit is contained in:
parent
1e5424c844
commit
357edfed71
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ in
|
|||
};
|
||||
users.groups.${cfg.group} = {};
|
||||
|
||||
# Add lookbook binary to system PATH
|
||||
environment.systemPackages = [ lookbook ];
|
||||
|
||||
systemd.services.lookbook = {
|
||||
description = "Lookbook";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue