Merge pull request 'Remove function syntax from extraModules' (#5152) from remove-extainv-func into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5152 Reviewed-by: hsjobeki <hsjobeki@gmail.com>
This commit is contained in:
@@ -353,7 +353,7 @@ roles.client.extraModules = [ self.nixosModules.borgbackup ];
|
|||||||
|
|
||||||
# Or inline module definition
|
# Or inline module definition
|
||||||
roles.client.extraModules = [
|
roles.client.extraModules = [
|
||||||
{ config, ... }: {
|
{
|
||||||
# Your module configuration here
|
# Your module configuration here
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user