forked from mirrors_public/oddlama_nix-config
feat: secure MQTT broker with passwords
This commit is contained in:
parent
9028295fd5
commit
47d1d73ad1
11 changed files with 140 additions and 33 deletions
|
@ -3,6 +3,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.sessionVariables = {
|
||||
TERMINFO_DIRS = "${pkgs.kitty.terminfo.outPath}/share/terminfo";
|
||||
};
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = pkgs.kitty.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
|
@ -14,9 +17,6 @@
|
|||
size = 10;
|
||||
};
|
||||
settings = {
|
||||
# Use xterm-256color because copying terminfo-kitty is painful.
|
||||
term = "xterm-256color";
|
||||
|
||||
# Do not wait for inherited child processes.
|
||||
close_on_child_death = "yes";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue