profiles/server: remove tmux config

There are upcoming options to set up something like Distant or Wezterm
mux server and it is pretty redundant now. It is preferred to set this
into a separate module or just a part of the host.
This commit is contained in:
Gabriel Arazas 2023-07-20 10:24:13 +08:00
parent 276dcc7b49
commit 402d58c3da
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -51,19 +51,6 @@ in
};
};
# Manage your servers like a Linux-using basement dweller with their
# precious window manager configuration.
programs.tmux = {
enable = true;
baseIndex = 1;
clock24 = true;
customPaneNavigationAndResize = true;
keyMode = "vi";
newSession = true;
secureSocket = true;
};
# It is expected that server configurations should be complete
# service-wise so we're not allowing user database to be mutable.
users.mutableUsers = lib.mkForce false;