feat(sterni/machines/ingeborg): switch to quassel

Change-Id: I2970f47e22e6984db49d455b31903814fa94ec76
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11529
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
sterni 2024-04-27 12:31:24 +02:00 committed by clbot
parent 61e512f294
commit f169cc273d
3 changed files with 19 additions and 1 deletions

View file

@ -17,6 +17,7 @@
./http/code.sterni.lv.nix
./http/flipdot.openlab-augsburg.de.nix
./tv.nix
./quassel.nix
# Inactive:
# ./http/likely-music.sterni.lv.nix

View file

@ -0,0 +1,18 @@
{ depot, ... }:
{
imports = [
(depot.path.origSrc + "/ops/modules/quassel.nix")
];
config = {
services.depot.quassel = {
enable = true;
acmeHost = "sterni.lv";
bindAddresses = [
"0.0.0.0"
"::"
];
};
};
}

View file

@ -58,7 +58,6 @@ in
};
environment.systemPackages = [
pkgs.weechat
pkgs.wget
pkgs.git
pkgs.stow