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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689209875, "lastModified": 1689192006,
"narHash": "sha256-8AVcBV1DiszaZzHFd5iLc8HSLfxRAuqcU0QdfBEF3Ag=", "narHash": "sha256-QM0f0d8oPphOTYJebsHioR9+FzJcy1QNIzREyubB91U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fcc147b1e9358a8386b2c4368bd928e1f63a7df2", "rev": "2de8efefb6ce7f5e4e75bdf57376a96555986841",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-23.05", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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

View file

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

View file

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

View file

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