adds rocm to gaming pc

This commit is contained in:
2024-11-02 00:37:10 +01:00
parent f0620e24b1
commit 5b301b4da0
4 changed files with 23 additions and 6 deletions

View File

@ -1,14 +1,17 @@
{ config, pkgs, ... }: {
{ config, pkgs, ... }:
{
users.users.menno = {
isNormalUser = true;
description = "Menno van Leeuwen";
extraGroups = [
"networkmanager"
"wheel"
"kvm"
extraGroups = [
"networkmanager"
"wheel"
"kvm"
"libvirtd"
"qemu-libvirtd"
"docker"
"video"
"render"
];
packages = with pkgs; [ ];
};