nixos/iodine: nixpkgs-fmt
This commit is contained in:
parent
683fa30931
commit
7437bff7d1
@ -43,7 +43,8 @@ in
|
||||
}
|
||||
}
|
||||
'';
|
||||
type = types.attrsOf (types.submodule (
|
||||
type = types.attrsOf (
|
||||
types.submodule (
|
||||
{
|
||||
options = {
|
||||
server = mkOption {
|
||||
@ -73,7 +74,9 @@ in
|
||||
description = "File that contains password";
|
||||
};
|
||||
};
|
||||
}));
|
||||
}
|
||||
)
|
||||
);
|
||||
};
|
||||
|
||||
server = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user