fixed bad nesting

This commit is contained in:
chloe 2024-07-15 16:55:05 +02:00
parent 8d45b9fe71
commit 5e13aac4cd
3 changed files with 14 additions and 10 deletions

View file

@ -5,10 +5,12 @@ let
cfg = config.samba;
in
{
options.samba = {
dir = mkOption {
type = types.str;
default = "/srv/Multimedia";
options = {
samba = {
dir = mkOption {
type = types.str;
default = "/srv/Multimedia";
};
};
};
config = {