refactor(hosts): consolidate nvidia-container-toolkit configuration

This commit is contained in:
tux
2025-10-29 12:31:26 +05:30
parent 41a4eaa375
commit b8209290f7
3 changed files with 5 additions and 4 deletions

View File

@@ -8,8 +8,6 @@
docker.enable = true;
};
hardware.nvidia-container-toolkit.enable = true;
environment.systemPackages = with pkgs; [lazydocker];
users.users.${username}.extraGroups = ["docker"];