diff --git a/home/foot.nix b/home/foot.nix index e83b0a8..daf1050 100644 --- a/home/foot.nix +++ b/home/foot.nix @@ -17,6 +17,7 @@ }; scrollback = { + lines = 90000; indicator-position = "none"; }; }; diff --git a/hosts/nihilus/configuration.nix b/hosts/nihilus/configuration.nix new file mode 100644 index 0000000..8af4b3f --- /dev/null +++ b/hosts/nihilus/configuration.nix @@ -0,0 +1,9 @@ +{ }: +{ + modules = { + services.tailscale = { + enable = true; + tags = [ "server" ]; + }; + }; +}