Switch nitter from testing VM to production
This commit is contained in:
parent
5b0576ccb3
commit
b7798b7f5a
5 changed files with 8 additions and 8 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue