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