init new soryu

This commit is contained in:
Daniel Olsen
2025-03-24 18:30:27 +01:00
parent 18ad8f5a83
commit 180ecd08a7
6 changed files with 370 additions and 12 deletions

View File

@@ -31,11 +31,11 @@
hostPath = "/dev/dri";
isReadOnly = false;
};
bindMounts."/dev/kfd" = {
bindMounts."/dev/kfd" = {
hostPath = "/dev/kfd";
isReadOnly = false;
};
bindMounts."/run/opengl-driver" = {
bindMounts."/run/opengl-driver" = {
hostPath = "/run/opengl-driver";
isReadOnly = false;
};
@@ -64,9 +64,8 @@
programs.zsh.enable = true;
imports = [ (inputs.wack-server-conf + /users/default.nix) ];
system.stateVersion = "23.05";
system.stateVersion = "24.11";
};
};
}