fix(mako): syntax error in generated config file
This commit is contained in:
parent
a7447fbafe
commit
0cd88af42b
8 changed files with 313 additions and 21 deletions
|
@ -1,5 +1,12 @@
|
|||
{ ... }: {
|
||||
{ inputs, ... }: {
|
||||
config.modules = {
|
||||
email = {
|
||||
enable = true;
|
||||
accountConfigs = {
|
||||
ubordeaux = inputs.nix-private.mail.ubordeaux;
|
||||
};
|
||||
primary = "ubordeaux";
|
||||
};
|
||||
application = {
|
||||
gnupg = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue