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:
parent
61e512f294
commit
f169cc273d
3 changed files with 19 additions and 1 deletions
18
users/sterni/machines/ingeborg/quassel.nix
Normal file
18
users/sterni/machines/ingeborg/quassel.nix
Normal 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"
|
||||
"::"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue