mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
graphical: enable docker
This commit is contained in:
parent
a61efe0cff
commit
0bce62202a
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ in
|
|||
|
||||
programs.steam.enable = true;
|
||||
|
||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
||||
|
||||
hardware.pulseaudio.enable = legacy;
|
||||
services.pipewire = if legacy then { } else {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue