switch from stable as default to unstable as default
This commit is contained in:
parent
2129e60782
commit
4264f92c19
25 changed files with 61 additions and 201 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
defaultHomeserver = "psychal.link";
|
||||
}
|
||||
);
|
||||
customFluffy = pkgs.unstable.fluffychat-web.overrideAttrs (
|
||||
customFluffy = pkgs.fluffychat-web.overrideAttrs (
|
||||
final: prev: {
|
||||
|
||||
postInstall = ''
|
||||
|
|
@ -23,7 +23,7 @@ in
|
|||
{
|
||||
environment.systemPackages = [
|
||||
customFluffy
|
||||
pkgs.unstable.element-web
|
||||
pkgs.element-web
|
||||
];
|
||||
|
||||
sops.secrets."matrix/registration_token" = {
|
||||
|
|
@ -33,7 +33,7 @@ in
|
|||
|
||||
services.matrix-tuwunel = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.matrix-tuwunel;
|
||||
package = pkgs.matrix-tuwunel;
|
||||
stateDirectory = "tuwunel";
|
||||
settings = {
|
||||
global = {
|
||||
|
|
@ -66,7 +66,7 @@ in
|
|||
file_server
|
||||
'';
|
||||
"em.psychal.link".extraConfig = ''
|
||||
root * ${pkgs.unstable.element-web}
|
||||
root * ${pkgs.element-web}
|
||||
file_server
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue