Merge pull request #135492 from mweinelt/octoprint

nixos/octoprint: allow access to serial devices
This commit is contained in:
Martin Weinelt 2021-08-25 18:07:12 +02:00 committed by GitHub
commit a90373118d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,6 +122,9 @@ in
ExecStart = "${pluginsEnv}/bin/octoprint serve -b ${cfg.stateDir}";
User = cfg.user;
Group = cfg.group;
SupplementaryGroups = [
"dialout"
];
};
};