Switch nitter from testing VM to production

This commit is contained in:
fi 2023-07-13 22:46:07 +02:00
parent 5b0576ccb3
commit b7798b7f5a
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { nixpkgs, ... }: {
@ -13,7 +13,7 @@
nitter = { name, nodes, pkgs, ... }: {
deployment = {
targetHost = "nixos-nitter.vs.grzb.de";
targetHost = "nitter.vs.grzb.de";
targetUser = "colmena-deploy";
};
imports = [