fix your spotify or soemthing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user