correct option path

This commit is contained in:
Joseph Hanson 2024-07-13 07:33:57 -05:00
parent 968ffc1219
commit 71fe23ddbb
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,9 +1,9 @@
{ lib, config, ... }:
let
cfg = config.mySystem.services.samba;
cfg = config.mySystem.system.samba;
in
{
options.mySystem.services.samba = {
options.mySystem.system.samba = {
enable = lib.mkEnableOption "samba";
extraConfig = lib.mkOption {
type = lib.types.str;