os/profiles/server/default.nix
2022-08-16 19:26:47 +02:00

7 lines
107 B
Nix

{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.server.enable = true;
}