nextcloud: this is goood enough for now, will have to move server shortly

This commit is contained in:
silver 2023-10-22 14:27:42 +01:00
parent 0472019016
commit 9fd4613936
4 changed files with 128 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Notes:
in {
imports = [
../applications/games.nix
../applications/nextcloud.nix
];
deployment = {
@ -60,4 +61,12 @@ in {
name = name;
};
};
services.skynet_nextcloud = {
enable = true;
host = {
ip = ip_pub;
name = name;
};
};
}