diff options
| author | andromeda <andromeda@lenovo> | 2026-01-02 18:05:01 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-02 18:05:01 +0100 |
| commit | e665bb0b1488bfa2d5e75f11354d0c7b02d76d36 (patch) | |
| tree | cdf513797f065341d8f0fd2ac65c4849dcd124b0 /flake.nix | |
| parent | 33814b565dda0a1d1d3c1e2a7ef9c5175f9c6638 (diff) | |
attempt mailserver?
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; impermanence.url = "github:nix-community/impermanence"; + nixos-mailserver = { + url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; noshell = { url = "github:viperML/noshell"; @@ -35,6 +39,7 @@ agenix, home-manager, impermanence, + nixos-mailserver, nixpkgs, noshell, nur, @@ -56,6 +61,7 @@ ./secrets.nix impermanence.nixosModules.impermanence agenix.nixosModules.default + nixos-mailserver.nixosModule phoenix.nixosModules.default ]; }; |
