flake.nix: Actually expose mailsystem as flake module
This commit is contained in:
parent
3d0e0dd95c
commit
6d6b856bee
1 changed files with 5 additions and 0 deletions
|
|
@ -45,5 +45,10 @@
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flake.flakeModules = rec {
|
||||||
|
default = mailsystem;
|
||||||
|
mailsystem = import ./mailsystem;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue