drop docker statements

This commit is contained in:
Hendrik Sokolowski 2022-11-02 20:55:38 +01:00
parent 6a19820841
commit b3f2894565

View file

@ -1,9 +1,5 @@
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.gaming.enable = true;
pub-solar.docker.enable = true;
pub-solar.docker.enable = true;
pub-solar.docker.enable = true;
};
}