Add qvm input and configure large VM for lio host
This commit is contained in:
parent
4bb36c0f75
commit
ec2e093a24
2 changed files with 94 additions and 16 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
opencode.url = "github:anomalyco/opencode";
|
||||
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
|
||||
qvm.url = "git+https://git.joshuabell.xyz/ringofstorms/qvm";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -77,6 +78,7 @@
|
|||
enable = true;
|
||||
gpuBackend = "hip"; # Use AMD ROCm/HIP acceleration
|
||||
useGpu = true;
|
||||
model = "large";
|
||||
};
|
||||
})
|
||||
|
||||
|
|
@ -85,6 +87,13 @@
|
|||
({
|
||||
ringofstorms-nvim.includeAllRuntimeDependencies = true;
|
||||
})
|
||||
inputs.qvm.nixosModules.default
|
||||
({
|
||||
programs.qvm = {
|
||||
memory = "30G";
|
||||
cpus = 30;
|
||||
};
|
||||
})
|
||||
flatpaks.nixosModules.default
|
||||
|
||||
common.nixosModules.essentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue