fix your spotify or soemthing

This commit is contained in:
mjallen18
2024-10-04 09:40:22 -05:00
parent e8aeb7c86a
commit 4dee8a28dd
4 changed files with 18 additions and 5 deletions

View File

@@ -83,11 +83,13 @@ in
cryptsetup
clinfo
cmake
coolercontrol.coolercontrol-gui
duperemove
efibootmgr
ffmpeg
gcc
glances
gparted
htop
lm_sensors
nano
@@ -121,6 +123,10 @@ in
virt-manager.enable = true;
nix-ld.enable = true;
screen.enable = true;
coolercontrol = {
enable = true;
nvidiaSupport = true;
};
};
# Configure nixpkgs
@@ -239,9 +245,13 @@ in
# Virtualisation
virtualisation = {
docker = {
podman = {
enable = true;
enableOnBoot = true;
dockerCompat = true;
autoPrune.enable = true;
defaultNetwork.settings = {
dns_enabled = true;
};
};
libvirtd.enable = true;