chore: init nihilus conf and increase foot scrollback

This commit is contained in:
Nydragon 2024-10-08 18:14:43 +02:00
parent fd3bcb601e
commit d54fcd2bba
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,7 @@
}; };
scrollback = { scrollback = {
lines = 90000;
indicator-position = "none"; indicator-position = "none";
}; };
}; };

View file

@ -0,0 +1,9 @@
{ }:
{
modules = {
services.tailscale = {
enable = true;
tags = [ "server" ];
};
};
}