feat(bodenheizung): add dialout group, enable flatpak
This commit is contained in:
parent
12a9a04c78
commit
06d0344acf
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ with lib.${namespace};
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
"audio"
|
"audio"
|
||||||
|
"dialout"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -50,6 +51,7 @@ with lib.${namespace};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.teamviewer.enable = true;
|
services.teamviewer.enable = true;
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
awesome-flake = {
|
awesome-flake = {
|
||||||
cli = {
|
cli = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue