Switch nitter from testing VM to production

This commit is contained in:
yuri 2023-07-13 22:46:07 +02:00
parent 8d0f890ea7
commit 04600cd345
5 changed files with 8 additions and 8 deletions

View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1689209875,
"narHash": "sha256-8AVcBV1DiszaZzHFd5iLc8HSLfxRAuqcU0QdfBEF3Ag=",
"lastModified": 1689192006,
"narHash": "sha256-QM0f0d8oPphOTYJebsHioR9+FzJcy1QNIzREyubB91U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fcc147b1e9358a8386b2c4368bd928e1f63a7df2",
"rev": "2de8efefb6ce7f5e4e75bdf57376a96555986841",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

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 = [

View file

@ -2,7 +2,6 @@
{
boot.loader.grub = {
enable = true;
version = 2;
device = "/dev/vda";
};

View file

@ -2,7 +2,6 @@
{
boot.loader.grub = {
enable = true;
version = 2;
device = "/dev/vda";
};

View file

@ -8,12 +8,14 @@
https = true;
address = "0.0.0.0";
port = 8080;
hostname = "birdsite.nekover.se";
};
preferences = {
theme = "Mastodon";
replaceTwitter = "birdsite.nekover.se";
infiniteScroll = true;
hlsPlayback = true;
};
};
}