From 32b3011efdba76140e9d40f37b538756ffd4da46 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 23 Mar 2025 16:10:42 +0100 Subject: [PATCH] Switch back to nixos-mailserver main --- flake.lock | 5 ++--- flake.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a0815531..efa8dde9 100644 --- a/flake.lock +++ b/flake.lock @@ -361,14 +361,13 @@ "locked": { "lastModified": 1742413977, "narHash": "sha256-NkhM9GVu3HL+MiXtGD0TjuPCQ4GFVJPBZ8KyI2cFDGU=", - "owner": "yu-re-ka", + "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", "rev": "b4fbffe79c00f19be94b86b4144ff67541613659", "type": "gitlab" }, "original": { - "owner": "yu-re-ka", - "ref": "dovecot2-modules", + "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index f90d5d3b..9c7f5934 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ }; }; nixos-mailserver = { - url = "gitlab:yu-re-ka/nixos-mailserver/dovecot2-modules"; + url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";