Compare commits
No commits in common. "5c90b60563851b134084bae6eb9e68e42f011c32" and "28096f3b2efd15635fce56827bcaff892167f528" have entirely different histories.
5c90b60563
...
28096f3b2e
7 changed files with 4 additions and 44 deletions
|
@ -111,6 +111,7 @@ in {
|
|||
|
||||
# Setup lsp's and languages
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableFormat = true;
|
||||
enableTreesitter = true;
|
||||
enableExtraDiagnostics = true;
|
||||
|
|
|
@ -114,11 +114,9 @@ in {
|
|||
# Setup and enable mako
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
defaultTimeout = 5000;
|
||||
layer = "overlay";
|
||||
width = 200;
|
||||
};
|
||||
defaultTimeout = 5000;
|
||||
layer = "overlay";
|
||||
width = 200;
|
||||
};
|
||||
|
||||
# Enable hyprpaper
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
{config, ...}: {
|
||||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
server_name = "cronyakatsuki.xyz";
|
||||
database_backend = "rocksdb";
|
||||
allow_registration = true;
|
||||
allow_check_for_updates = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.conduit.serviceConfig = {
|
||||
EnvironmentFile = ["${config.age.secrets.conduit.path}"];
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.conduit.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://localhost:6167";
|
||||
}
|
||||
];
|
||||
|
||||
routers.conduit = {
|
||||
rule = "Host(`matrix.cronyakatsuki.xyz`)";
|
||||
tls = {
|
||||
certResolver = "porkbun";
|
||||
};
|
||||
service = "conduit";
|
||||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -4,6 +4,5 @@
|
|||
./forgejo.nix
|
||||
./secrets.nix
|
||||
./plausible.nix
|
||||
./conduit.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
plausible = {
|
||||
file = ../../../secrets/plausible.age;
|
||||
};
|
||||
conduit = {
|
||||
file = ../../../secrets/conduit.age;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -22,5 +22,4 @@ in {
|
|||
"navidrome.age".publicKeys = systems ++ users;
|
||||
"forgejo-db.age".publicKeys = systems ++ users;
|
||||
"plausible.age".publicKeys = systems ++ users;
|
||||
"conduit.age".publicKeys = systems ++ users;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue