mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
Merge branch 'master' of github.com:oqyude/nixos
This commit is contained in:
@@ -93,11 +93,11 @@
|
|||||||
};
|
};
|
||||||
net = {
|
net = {
|
||||||
listen = "loopback";
|
listen = "loopback";
|
||||||
post_allow.host = ["::1"];
|
post_allow.host = [ "::1" ];
|
||||||
};
|
};
|
||||||
storage.wopi = {
|
storage.wopi = {
|
||||||
"@allow" = true;
|
"@allow" = true;
|
||||||
host = ["nextcloud.zeroq.ru"];
|
host = [ "nextcloud.zeroq.ru" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user