nextcloud: this is goood enough for now, will have to move server shortly
This commit is contained in:
parent
0472019016
commit
9fd4613936
4 changed files with 128 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue