mail client setup (#27)

This commit is contained in:
Dennis
2024-01-08 16:24:53 +01:00
committed by GitHub
parent 6e239a8e90
commit 26917d53cd
2 changed files with 26 additions and 20 deletions

View File

@ -19,7 +19,10 @@
nixos-modules = {
url = "github:SuperSandro2000/nixos-modules";
inputs.nixpkgs-lib.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
mailserver = {