chore: init nihilus conf and increase foot scrollback
This commit is contained in:
parent
fd3bcb601e
commit
d54fcd2bba
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
};
|
||||
|
||||
scrollback = {
|
||||
lines = 90000;
|
||||
indicator-position = "none";
|
||||
};
|
||||
};
|
||||
|
|
9
hosts/nihilus/configuration.nix
Normal file
9
hosts/nihilus/configuration.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ }:
|
||||
{
|
||||
modules = {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
tags = [ "server" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue