From 6f46646911befb9d8d3478a4e24cd5814496dec3 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 30 May 2025 15:17:00 +0200 Subject: [PATCH] Revert to mainline nixos-mailserver --- flake.lock | 9 ++++----- flake.nix | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 72bce755..32d0bef3 100644 --- a/flake.lock +++ b/flake.lock @@ -379,16 +379,15 @@ "nixpkgs-25_05": "nixpkgs-25_05" }, "locked": { - "lastModified": 1748609342, + "lastModified": 1748610851, "narHash": "sha256-IKB5hh2BVJ8XsNqFvmQn2I34BwRLVRbIRq9gQN6tN84=", - "owner": "chvp", + "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "519a85a801c84341f0d007af86734ba2b5780a24", + "rev": "c8bc3e4f1f0abebdc8e4b44450d3e53a9307e0c6", "type": "gitlab" }, "original": { - "owner": "chvp", - "ref": "ldap-mail-directory-assertion", + "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index 33d80211..09e4b48a 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixos-mailserver = { - url = "gitlab:chvp/nixos-mailserver/ldap-mail-directory-assertion"; + url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";