Compare commits

...

4 Commits

4 changed files with 33 additions and 1 deletions

View File

@@ -59,5 +59,8 @@
# Dawarich location tracking
./public/dawarich.nix
# IRC web-bouncer/client
./public/irc.nix
];
}

View File

@@ -0,0 +1,25 @@
{ config, pkgs, lib, ... }: {
services.thelounge = {
enable = true;
public = false;
port = 7797;
#plugins;
#package;
extraConfig = {
# Caddy RP
reverseProxy = true;
defaults = {
name = "Esper";
host = "irc.esper.net";
port = 6697;
};
};
};
services.caddy.virtualHosts = {
"irc.glia.club" = {
extraConfig = ''
reverse_proxy localhost:${toString config.services.thelounge.port}
'';
};
};
}

View File

@@ -67,7 +67,7 @@
networking.wireless.enable = true;
networking.wireless.networks = {
"BELL422 5G".pskRaw = "ext:PSK_HOME";
# "BELL422 5G".pskRaw = "ext:PSK_HOME";
"BELL422".pskRaw = "ext:PSK_HOME";
};

View File

@@ -14,6 +14,8 @@
"openssl-1.1.1v"
];
services.gnome.gnome-keyring.enable = true;
environment.systemPackages = with pkgs; [
firefox
chromium
@@ -25,6 +27,8 @@
kdePackages.kdeconnect-kde
discord
signal-desktop
element-desktop
zoom-us
anki