[nixos] Upgrade to 24.05
This commit is contained in:
parent
386d79432b
commit
0fb52ce59e
7 changed files with 38 additions and 35 deletions
|
@ -8,9 +8,10 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
# Because these are made for development purposes and not for servers
|
||||
enableOnBoot = false;
|
||||
};
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue