Add nextcloud host

This commit is contained in:
fi 2023-08-03 15:51:21 +02:00
parent 093a44edf4
commit 0a5d070773
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
7 changed files with 79 additions and 2 deletions

View file

@ -38,6 +38,10 @@ in
hostNixpkgs = nixpkgs-unstable;
site = "vs";
};
nextcloud = {
hostNixpkgs = nixpkgs-unstable;
site = "vs";
};
nitter = {
site = "vs";
};