mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
nixos: home-assistant: can dial out
This commit is contained in:
parent
e2c11ad3c0
commit
90d297c4cd
|
@ -251,6 +251,7 @@ in {
|
|||
home = cfg.configDir;
|
||||
createHome = true;
|
||||
group = "hass";
|
||||
extraGroups = [ "dialout" ];
|
||||
uid = config.ids.uids.hass;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue