working on labrizor
This commit is contained in:
parent
20da2be2d2
commit
7fcd718010
5 changed files with 6 additions and 10 deletions
|
|
@ -50,6 +50,7 @@
|
||||||
./users/isutter.nix
|
./users/isutter.nix
|
||||||
./users/aksutter.nix
|
./users/aksutter.nix
|
||||||
./modules/plasma.nix
|
./modules/plasma.nix
|
||||||
|
./modules/virtualization.nix
|
||||||
# ./modules/3dprinting.nix
|
# ./modules/3dprinting.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
spice-protocol
|
spice-protocol
|
||||||
win-virtio
|
win-virtio
|
||||||
win-spice
|
win-spice
|
||||||
quickemu
|
# quickemu
|
||||||
spicy
|
spicy
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,6 @@
|
||||||
libgdiplus
|
libgdiplus
|
||||||
unzip
|
unzip
|
||||||
clinfo
|
clinfo
|
||||||
python3
|
|
||||||
virt-manager
|
virt-manager
|
||||||
adoptopenjdk-icedtea-web
|
adoptopenjdk-icedtea-web
|
||||||
javaPackages.openjfx17
|
javaPackages.openjfx17
|
||||||
|
|
|
||||||
|
|
@ -13,13 +13,10 @@
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ ];
|
services.xserver.videoDrivers = [ ];
|
||||||
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
# hardware.graphics.extraPackages = with pkgs; [
|
||||||
rocm-opencl-icd
|
# rocm-opencl-icd
|
||||||
rocm-opencl-runtime
|
# rocm-opencl-runtime
|
||||||
];
|
# ];
|
||||||
|
|
||||||
hardware.opengl.driSupport = true;
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
|
|
||||||
networking.bridges = {
|
networking.bridges = {
|
||||||
"br0" = {
|
"br0" = {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
let
|
let
|
||||||
home-manager = builtins.fetchTarball {
|
home-manager = builtins.fetchTarball {
|
||||||
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||||
# sha256 = "05msmzfa45l9sr9ngd2cfxw66kw0x76d68gp29v5ilrakf8nc90w";
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue