Files
nix/modules/nih/services/default.nix
Gustavo "Guz" L. de Mello 7698ba668f feat: "nix host" module start
2024-04-04 16:56:03 -03:00

12 lines
150 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./adguard.nix
./caddy.nix
./forgejo.nix
];
options.nih.services = { };
config = { };
}