mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
fixed bad nesting
This commit is contained in:
parent
8d45b9fe71
commit
5e13aac4cd
3 changed files with 14 additions and 10 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue