Update shared.nix

This commit is contained in:
Thilo Hohlt
2023-06-02 00:10:43 +02:00
committed by GitHub
parent 952512fbf4
commit 5160544db0

View File

@@ -12,7 +12,10 @@
networking.networkmanager.enable = true;
hardware.enableRedistributableFirmware = true;
hardware = {
pulseaudio.enable = false;
enableRedistributableFirmware = true;
};
virtualisation.docker = {
enable = true;