Compare commits
No commits in common. "4db98ae43248fc111280c6d811e9fad06a574f4a" and "129850b77a70b03d13b39ecd9948d3ccff5a1a2f" have entirely different histories.
4db98ae432
...
129850b77a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./pipewire.nix
|
./pulseaudio.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
|
@ -38,16 +38,6 @@ in
|
|||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:${toString radicalePort}";
|
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