forgejo: setup mailer
This commit is contained in:
parent
fd46cf4c10
commit
c98426be42
4 changed files with 167 additions and 13 deletions
|
@ -83,6 +83,8 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
|
||||
|
||||
################
|
||||
## inputs for dev shells
|
||||
|
||||
|
@ -134,6 +136,10 @@
|
|||
raspberry-pi-nix.nixosModules.sd-image
|
||||
];
|
||||
|
||||
systems.hosts.loptland.modules = with inputs; [
|
||||
simple-nixos-mailserver.nixosModules.default
|
||||
];
|
||||
|
||||
systems.hosts.wsl.modules = with inputs; [ nixos-wsl.nixosModules.default ];
|
||||
}
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue