many changes: prepare to allow multiple users

This commit is contained in:
Sean Kovacs 2026-04-02 19:36:49 -04:00
commit fab570dd29
Signed by: sckova
GPG key ID: 00F325187C68651A
42 changed files with 80 additions and 158 deletions

View file

@ -1,4 +1,5 @@
{
config,
pkgs,
lib,
...
@ -46,7 +47,7 @@ in
setSocketVariable = true;
};
};
users.users.sckova.extraGroups = [ "docker" ];
users.users.${config.userOptions.username}.extraGroups = [ "docker" ];
hardware.asahi = {
enable = true;