correct option path
This commit is contained in:
parent
968ffc1219
commit
71fe23ddbb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue