server: nextcloud: add appimage for CODE
This commit is contained in:
parent
299493e0ac
commit
be3e694fe4
@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ # Default packages install system-wide
|
||||||
|
appimage-run
|
||||||
|
];
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "cloud.kabtop.de";
|
hostName = "cloud.kabtop.de";
|
||||||
|
Loading…
Reference in New Issue
Block a user