mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Syncing goliath configs
This commit is contained in:
parent
f1eb1f6620
commit
ba6ca38613
19 changed files with 225 additions and 94 deletions
12
nixos/roles/irc-client.nix
Normal file
12
nixos/roles/irc-client.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
_: {
|
||||
services.thelounge = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
reverseProxy = true;
|
||||
public = false;
|
||||
fileUpload = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue