fix: remove the nextcloud stuff that was here for testing

This commit is contained in:
silver 2023-10-25 19:27:34 +01:00
parent 9fd4613936
commit 7f64767991

View file

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