Fix NVidia stuff, add insecure registries to docker
This commit is contained in:
parent
676ce014bd
commit
4bcff8ed1b
3 changed files with 12 additions and 1 deletions
|
@ -89,6 +89,9 @@
|
||||||
|
|
||||||
# sccache server
|
# sccache server
|
||||||
10501
|
10501
|
||||||
|
|
||||||
|
# Celantur
|
||||||
|
7000
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -41,7 +41,11 @@
|
||||||
hardware = {
|
hardware = {
|
||||||
video.hidpi.enable = true;
|
video.hidpi.enable = true;
|
||||||
enableAllFirmware = true;
|
enableAllFirmware = true;
|
||||||
nvidia.modesetting.enable = true;
|
nvidia = {
|
||||||
|
modesetting.enable = true;
|
||||||
|
powerManagement.enable = true;
|
||||||
|
forceFullCompositionPipeline = true;
|
||||||
|
};
|
||||||
|
|
||||||
opengl = {
|
opengl = {
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
|
|
|
@ -24,6 +24,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
daemon.settings = {
|
||||||
|
insecure-registries = config.virtualisation.containers.registries.insecure;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.containers = {
|
virtualisation.containers = {
|
||||||
|
|
Loading…
Reference in a new issue