Use dot operator for attribute sets with 1 element
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
enable = true;
|
||||
brscan4 = {
|
||||
enable = true;
|
||||
netDevices = {
|
||||
home = {
|
||||
model = "DCP-L2530DW";
|
||||
ip = "192.168.13.4";
|
||||
};
|
||||
netDevices.home = {
|
||||
model = "DCP-L2530DW";
|
||||
ip = "192.168.13.4";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user