Skip to content

Commit

Permalink
stalwart-webadmin: use nixpkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn8901 committed Sep 10, 2024
1 parent c2fdbb8 commit 960fb08
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
3 changes: 0 additions & 3 deletions machines/pointjig/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ in
};
storage.blob = "db";

config.resource = {
webadmin = "file://${fPkgs.stalwart-webadmin.webadmin}/webadmin.zip";
};
authentication.fallback-admin = {
user = "admin";
secret = "%{env:FALLBACK_ADMIN_PASSWORD}%";
Expand Down
3 changes: 0 additions & 3 deletions machines/tank/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,6 @@ in
};
storage.blob = "db";

config.resource = {
webadmin = "file://${fPkgs.stalwart-webadmin.webadmin}/webadmin.zip";
};
authentication.fallback-admin = {
user = "admin";
secret = "%{env:FALLBACK_ADMIN_PASSWORD}%";
Expand Down
3 changes: 0 additions & 3 deletions machines/trivia-gs/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ in
};
storage.blob = "db";

config.resource = {
webadmin = "file://${fPkgs.stalwart-webadmin.webadmin}/webadmin.zip";
};
authentication.fallback-admin = {
user = "admin";
secret = "%{env:FALLBACK_ADMIN_PASSWORD}%";
Expand Down
1 change: 0 additions & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ in
pg-upgrade = pkgs.callPackage ./pg-upgrade { };
generate-zrepl-ssl = pkgs.callPackage ./shellscripts/generate-zrepl-ssl.nix { };
vm-grafana-datasource = pkgs.callPackage ./vm-grafana-datasource { };
stalwart-webadmin = pkgs.callPackage ./stalwart-webadmin { };
# remove with 24.11
victoriametrics = pkgs.callPackage ./victoriametrics { };
};
Expand Down
42 changes: 0 additions & 42 deletions packages/stalwart-webadmin/default.nix

This file was deleted.

0 comments on commit 960fb08

Please sign in to comment.