diff --git a/flake.lock b/flake.lock index 3ae54e1..b885f0d 100644 --- a/flake.lock +++ b/flake.lock @@ -28,20 +28,20 @@ ] }, "locked": { - "lastModified": 1717701247, - "narHash": "sha256-MiP9/qgfxEFG0XrsNhKxKkct4g+ucNpxzUdN9c5Kklg=", - "ref": "refs/heads/master", - "rev": "8c753730c41fe9f2ba281bcabc76808bf61754fc", - "revCount": 1306, + "lastModified": 1709843377, + "narHash": "sha256-lQGd4xtKWsIlD5vVurrA/xtNYxYFGfLGyev4oOUeMmY=", + "ref": "master", + "rev": "1f1fcc223be4c6ae65eef1d50918aed0826e5ad1", + "revCount": 1259, "type": "git", - "url": "https://git.selfprivacy.org/def/selfprivacy-rest-api.git" + "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" }, "original": { "type": "git", - "url": "https://git.selfprivacy.org/def/selfprivacy-rest-api.git" + "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" } } }, "root": "root", "version": 7 -} +} \ No newline at end of file diff --git a/flake.nix b/flake.nix index 95d16a1..5f1ed70 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = github:nixos/nixpkgs; selfprivacy-api.url = - git+https://git.selfprivacy.org/def/selfprivacy-rest-api.git; + git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git; # make selfprivacy-api use the same shared nixpkgs selfprivacy-api.inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/sp-modules/simple-nixos-mailserver/config.nix b/sp-modules/simple-nixos-mailserver/config.nix index 0c1d990..81d847f 100644 --- a/sp-modules/simple-nixos-mailserver/config.nix +++ b/sp-modules/simple-nixos-mailserver/config.nix @@ -89,5 +89,4 @@ lib.mkIf sp.modules.simple-nixos-mailserver.enable virusScanning = false; }; - }