Revert to mainline nixos-mailserver
All checks were successful
Cachix / build (elendel) (push) Successful in 2m59s
Cachix / build (kholinar) (push) Successful in 7m48s
Cachix / build (marabethia) (push) Successful in 6m24s

This commit is contained in:
Charlotte Van Petegem 2025-05-30 15:17:00 +02:00
parent 6c8e00323b
commit 6f46646911
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 5 additions and 6 deletions

9
flake.lock generated
View file

@ -379,16 +379,15 @@
"nixpkgs-25_05": "nixpkgs-25_05" "nixpkgs-25_05": "nixpkgs-25_05"
}, },
"locked": { "locked": {
"lastModified": 1748609342, "lastModified": 1748610851,
"narHash": "sha256-IKB5hh2BVJ8XsNqFvmQn2I34BwRLVRbIRq9gQN6tN84=", "narHash": "sha256-IKB5hh2BVJ8XsNqFvmQn2I34BwRLVRbIRq9gQN6tN84=",
"owner": "chvp", "owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"rev": "519a85a801c84341f0d007af86734ba2b5780a24", "rev": "c8bc3e4f1f0abebdc8e4b44450d3e53a9307e0c6",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
"owner": "chvp", "owner": "simple-nixos-mailserver",
"ref": "ldap-mail-directory-assertion",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"type": "gitlab" "type": "gitlab"
} }

View file

@ -70,7 +70,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-mailserver = { nixos-mailserver = {
url = "gitlab:chvp/nixos-mailserver/ldap-mail-directory-assertion"; url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";