os/profiles/server/default.nix

7 lines
107 B
Nix
Raw Normal View History

2022-04-25 21:27:33 +00:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.server.enable = true;
}