got working

This commit is contained in:
Bryan Ramos 2025-01-24 10:33:21 -05:00
parent 3a8d303d6f
commit 73a7fbb649
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
7 changed files with 24 additions and 8 deletions

View file

@ -17,12 +17,12 @@
environment.systemPackages = with pkgs; [
linuxHeaders
# vulkan-headers
# vulkan-loader
# vulkan-tools
# vulkan-extension-layer
# glxinfo
# mesa
vulkan-headers
vulkan-loader
vulkan-tools
vulkan-extension-layer
glxinfo
mesa
#cudaPackages.cudatoolkit
#cudaPackages.cudnn

View file

@ -43,7 +43,6 @@
};
alacritty.enable = true;
corn.enable = true;
fun.enable = true;
utils.enable = true;
writing.enable = true;

View file

@ -7,7 +7,10 @@
isNormalUser = true;
extraGroups = config.user.groups
++ [ "video" "audio" "kvm" "libvirtd" "dialout" ];
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.android}" ];
openssh.authorizedKeys.keys = [
"${config.user.keys.ssh.primary}"
"${config.user.keys.ssh.ccur}"
];
};
};