Switch nitter from testing VM to production

This commit is contained in:
fi 2024-11-20 05:46:39 +01:00
parent f426c9c0a9
commit 0db1187992
5 changed files with 8 additions and 8 deletions

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;
};
};
}