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

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