mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
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:
parent
276dcc7b49
commit
402d58c3da
@ -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
|
# It is expected that server configurations should be complete
|
||||||
# service-wise so we're not allowing user database to be mutable.
|
# service-wise so we're not allowing user database to be mutable.
|
||||||
users.mutableUsers = lib.mkForce false;
|
users.mutableUsers = lib.mkForce false;
|
||||||
|
Loading…
Reference in New Issue
Block a user