Fix NVidia stuff, add insecure registries to docker

This commit is contained in:
Erwin Boskma 2022-12-22 11:35:17 +01:00
parent 676ce014bd
commit 4bcff8ed1b
Signed by: erwin
SSH key fingerprint: SHA256:Vw4O4qA0i5x65Y7yyjDpWDCSMSXAhqT4X7cJ3frdnLY
3 changed files with 12 additions and 1 deletions

View file

@ -89,6 +89,9 @@
# sccache server
10501
# Celantur
7000
];
};
};

View file

@ -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;

View file

@ -24,6 +24,10 @@ in
enable = true;
dates = "weekly";
};
daemon.settings = {
insecure-registries = config.virtualisation.containers.registries.insecure;
};
};
virtualisation.containers = {