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 = [
|
||||
"wheel"
|
||||
"audio"
|
||||
"dialout"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -50,6 +51,7 @@ with lib.${namespace};
|
|||
};
|
||||
|
||||
services.teamviewer.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
|
||||
awesome-flake = {
|
||||
cli = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue