server: nextcloud: add appimage for CODE

This commit is contained in:
2023-08-27 19:04:20 +02:00
parent 299493e0ac
commit be3e694fe4

View File

@@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ # Default packages install system-wide
appimage-run
];
services.nextcloud = {
enable = true;
hostName = "cloud.kabtop.de";