1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-03-13 16:03:25 +00:00
This commit is contained in:
Rae 5e 2025-03-07 22:25:21 -05:00
parent fe52c9c97c
commit 1ed38260a9
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }: let
cfg = config.r5e.containers.raspap;
in with lib; {
options.r5e.containers.pihole = {
options.r5e.containers.raspap = {
enable = mkEnableOption "raspap";
ssid = mkOption {
type = types.str;