deadnix check

This commit is contained in:
GTrunSec 2022-04-02 13:41:07 -07:00
parent e0d7a66cdc
commit 890b84be5e
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
23 changed files with 162 additions and 242 deletions

View file

@ -1,12 +1,9 @@
{
lib,
config,
pkgs,
...
}:
with lib; let
cfg = config.test;
in {
with lib; {
options.test = {
name = mkOption {
description = "Test name";