commit changes

This commit is contained in:
2024-12-31 17:58:22 +01:00
parent 48f1d774c9
commit 415ea15ea0
5 changed files with 125 additions and 73 deletions

View File

@@ -48,12 +48,10 @@ in
"nouveau"
];
hardware.nvidia = {
# Modesetting is required.
# Add user to extra groups
users.users.andreas = {
extraGroups = [ "video" "render" ];
extraGroups = [ "video" "render" ];
};
};
};
}