10 lines
210 B
Nix
10 lines
210 B
Nix
{ 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;
|
|
};
|