1
0
Fork 0

feat(bodenheizung): add dialout group, enable flatpak

This commit is contained in:
Philipp 2026-02-21 15:48:06 +01:00
parent 12a9a04c78
commit 06d0344acf
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

@ -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 = {