Added mailserver and hedgedoc service

This commit is contained in:
Julien Malka 2022-01-23 19:11:10 +01:00
parent 303b6ef88c
commit e1319341a8
6 changed files with 196 additions and 2 deletions

View file

@ -26,6 +26,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, home-manager, nixpkgs, unstable, sops-nix, neovim-nightly-overlay, nur, ... }@inputs: