Merge pull request #135492 from mweinelt/octoprint
nixos/octoprint: allow access to serial devices
This commit is contained in:
commit
a90373118d
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ in
|
|||
ExecStart = "${pluginsEnv}/bin/octoprint serve -b ${cfg.stateDir}";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
SupplementaryGroups = [
|
||||
"dialout"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue