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
|
||||
10501
|
||||
|
||||
# Celantur
|
||||
7000
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -41,7 +41,11 @@
|
|||
hardware = {
|
||||
video.hidpi.enable = true;
|
||||
enableAllFirmware = true;
|
||||
nvidia.modesetting.enable = true;
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
forceFullCompositionPipeline = true;
|
||||
};
|
||||
|
||||
opengl = {
|
||||
driSupport32Bit = true;
|
||||
|
|
|
@ -24,6 +24,10 @@ in
|
|||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
|
||||
daemon.settings = {
|
||||
insecure-registries = config.virtualisation.containers.registries.insecure;
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.containers = {
|
||||
|
|
Loading…
Reference in a new issue