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
@@ -45,8 +45,7 @@ in
environment.systemPackages = [ pkgs.pythonPackages.limnoria ];
users.users = singleton {
name = "supybot";
users.users.supybotrs = {
uid = config.ids.uids.supybot;
group = "supybot";
description = "Supybot IRC bot user";
@@ -55,7 +54,6 @@ in
};
users.groups.supybot = {
name = "supybot";
gid = config.ids.gids.supybot;
};