feat: start setup nixos simple mailserver
This commit is contained in:
parent
e40fdef7a0
commit
16227a2f0e
2 changed files with 19 additions and 21 deletions
|
|
@ -39,6 +39,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-colors, automapaper, disko, hyprland, lazy, ... }@inputs:
|
||||
|
|
@ -62,6 +67,7 @@
|
|||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
inputs.mailserver.nixosModules.default
|
||||
./hosts/server/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue