commit 07af83e5f3d952ad736c1812d551a3294c5a51bb
parent ae6c1d2894b08facb73c3aa9d5b43eb96e32e0c9
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Tue, 18 Mar 2025 19:29:01 +0100
fix: remove audio and realtime extra groups for francesco
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/homes/francesco/user/default.nix b/homes/francesco/user/default.nix
@@ -14,9 +14,7 @@
lib.strings.trim hashedPassword;
isNormalUser = true;
extraGroups = [
- "audio"
"networkmanager"
- "realtime"
"wheel"
];
createHome = true;