Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-08-16 18:40:36 -07:00
commit 346d2c3311

View File

@ -29,9 +29,12 @@
};
# Enable virtualisation
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
virtualisation.docker.enableNvidia = true;
virtualisation.docker = {
enable = true;
package = pkgs.docker_27;
storageDriver = "btrfs";
enableNvidia = true;
};
services.xserver.videoDrivers = [ "nvidia" ];
environment.systemPackages = with pkgs; [