Move enabling docker to shared.nix

This commit is contained in:
thiloho
2023-07-02 00:50:10 +02:00
parent 87367dfc5f
commit ca875dbf4c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
{ pkgs, ... }:
{
virtualisation.docker.enable = true;
services = {
pipewire = {
enable = true;