diff options
| author | Christian <[email protected]> | 2026-04-08 13:10:24 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-04-08 13:10:24 -0500 |
| commit | aa8289ae28d17869297b8046ed8efd04a5e1016c (patch) | |
| tree | 3d9f1186634d4de1f3cb68a8600f33151d994ef7 /modules/common.nix | |
| parent | e1fcf4fac685b91ed7272479c0e9e670687deb92 (diff) | |
Local LLM Time
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 102ab81..6ca9591 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -31,7 +31,7 @@ # User users.users.christian = { isNormalUser = true; - extraGroups = [ "wheel" "video" "docker" ]; + extraGroups = [ "wheel" "video" "render" "docker" ]; }; home-manager.users.christian = import ./home/christian.nix; |
