Compare commits
2 Commits
129850b77a
...
4db98ae432
Author | SHA1 | Date | |
---|---|---|---|
4db98ae432 | |||
199a195ef8 |
@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./pulseaudio.nix
|
||||
./pipewire.nix
|
||||
];
|
||||
|
||||
i18n.inputMethod = {
|
||||
|
@ -38,6 +38,16 @@ in
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString radicalePort}";
|
||||
};
|
||||
# Fake nextcloud api:
|
||||
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/1#note_857357
|
||||
extraConfig = ''
|
||||
rewrite ^/remote.php/carddav / redirect;
|
||||
rewrite ^/remote.php/caldav / redirect;
|
||||
|
||||
location /remote.php/webdav {
|
||||
return 200;
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user