Use common module
This commit is contained in:
parent
b48e25aa7d
commit
ae24ddfe1a
9 changed files with 64 additions and 115 deletions
|
|
@ -143,7 +143,6 @@ in
|
|||
settings = {
|
||||
host = [
|
||||
''127\.0\.0\.1''
|
||||
"::1"
|
||||
];
|
||||
storage.wopi."@allow" = true;
|
||||
};
|
||||
|
|
@ -159,7 +158,10 @@ in
|
|||
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9980 ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
config.services.collabora-online.port
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
exiftool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue