treewide: use attrs instead of list for types.loaOf options

This commit is contained in:
rnhmjoj
2020-01-06 10:39:18 -05:00
committed by worldofpeace
parent 6bd13ccd8e
commit 1d61efb7f1
153 changed files with 811 additions and 1006 deletions
+1 -2
View File
@@ -102,7 +102,7 @@ in
enable = mkDefault config.boot.isContainer;
};
environment.etc = singleton
environment.etc.issue =
{ # Friendly greeting on the virtual consoles.
source = pkgs.writeText "issue" ''
@@ -110,7 +110,6 @@ in
${config.services.mingetty.helpLine}
'';
target = "issue";
};
};