abaddon: add module

This commit is contained in:
Aguirre Matteo 2025-09-18 13:25:02 -03:00 committed by Austin Horstman
parent b5698ed57d
commit acaf3971c1
4 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ lib, pkgs, ... }:
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
abaddon-example-config = ./example-config.nix;
}