mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Fix deploy bug which is https://github.com/NixOS/nix/issues/3017
This commit is contained in:
parent
cab29edaac
commit
229abb8a5e
5 changed files with 30 additions and 23 deletions
|
|
@ -1,12 +0,0 @@
|
|||
_: {
|
||||
services.thelounge = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
reverseProxy = true;
|
||||
public = false;
|
||||
fileUpload = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue