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
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
device = "/dev/vda";
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
device = "/dev/vda";
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue