16 lines
890 B
Ruby
16 lines
890 B
Ruby
node.default["kosmos-base"]["journald"]["system_max_use"] = "256M"
|
|
node.default["kosmos-base"]["journald"]["max_retention_sec"] = "7d"
|
|
|
|
node.default["kosmos-base"]["tmux"]["plugins_dir"] = "/usr/local/share/tmux/plugins"
|
|
node.default["kosmos-base"]["tmux"]["default_conf"] = "/usr/local/share/tmux/tmux.conf.default"
|
|
node.default["kosmos-base"]["tmux"]["tpm_redux"]["repo"] = "https://github.com/RyanMacG/tpm-redux.git"
|
|
node.default["kosmos-base"]["tmux"]["tpm_redux"]["revision"] = "c5347f71a291eadf26dbecacc43154ecd8ad061b"
|
|
# Keys are tpm shorthand names (used in `set -g @plugin`). Values contain the
|
|
# git repo and the exact commit SHA the plugin is pinned to.
|
|
node.default["kosmos-base"]["tmux"]["plugins"] = {
|
|
"tmux-plugins/tmux-resurrect" => {
|
|
"repo" => "https://github.com/tmux-plugins/tmux-resurrect.git",
|
|
"revision" => "e87d7d592cac97fa38c12395ebec042c154a1844",
|
|
},
|
|
}
|