Compare commits

..

No commits in common. "4db98ae43248fc111280c6d811e9fad06a574f4a" and "129850b77a70b03d13b39ecd9948d3ccff5a1a2f" have entirely different histories.

2 changed files with 1 additions and 11 deletions

@ -2,7 +2,7 @@
{
imports = [
./pipewire.nix
./pulseaudio.nix
];
i18n.inputMethod = {

@ -38,16 +38,6 @@ 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;
}
'';
};
};