fix: remove the nextcloud stuff that was here for testing
This commit is contained in:
parent
9fd4613936
commit
7f64767991
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue