nix flake update

This commit is contained in:
2026-07-06 01:56:06 +03:00
parent 7cbdd5860b
commit 5dd7a585a5
14 changed files with 131 additions and 64 deletions
+4 -3
View File
@@ -7,10 +7,10 @@
...
}:
let
master = import inputs.nixpkgs-master {
previous = import inputs.nixpkgs-master {
system = "x86_64-linux";
# config.allowUnfree = true;
# config.allowUnfreePredicate = true;
config.allowUnfree = true;
config.allowUnfreePredicate = true;
};
in
{
@@ -172,6 +172,7 @@ in
# };
onlyoffice = {
enable = true;
package = previous.onlyoffice-documentserver;
hostname = "office.home.arpa";
port = 8090;
allowLocalConnections = true;