From d54fcd2bba0b49ba6d0abcb8696b9b4934fb46d7 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Tue, 8 Oct 2024 18:14:43 +0200 Subject: [PATCH] chore: init nihilus conf and increase foot scrollback --- home/foot.nix | 1 + hosts/nihilus/configuration.nix | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 hosts/nihilus/configuration.nix 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" ]; + }; + }; +}