Use postgresql service from unstable
This commit is contained in:
parent
fe24805b49
commit
e6710cc8d9
|
@ -29,9 +29,13 @@ let
|
||||||
vapidPublicKey = pkgs.writeText "vapid-public-key" "BDCbFEDCZ8eFuWr3uEq4Qc30UFZUQeNpF8OCw6OjPwAtaKS1yTM3Ue749Xjqy5WhBDjakzlixh4Gk7gluUhIdsU=";
|
vapidPublicKey = pkgs.writeText "vapid-public-key" "BDCbFEDCZ8eFuWr3uEq4Qc30UFZUQeNpF8OCw6OjPwAtaKS1yTM3Ue749Xjqy5WhBDjakzlixh4Gk7gluUhIdsU=";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
disabledModules = [ "services/web-apps/mastodon.nix" ];
|
disabledModules = [
|
||||||
|
"services/databases/postgresql.nix"
|
||||||
|
"services/web-apps/mastodon.nix"
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
"${nixpkgs-unstable}/nixos/modules/services/databases/postgresql.nix"
|
||||||
"${nixpkgs-unstable}/nixos/modules/services/web-apps/mastodon.nix"
|
"${nixpkgs-unstable}/nixos/modules/services/web-apps/mastodon.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue