Rename some hostnames

This commit is contained in:
Jimbo 2024-11-12 04:25:51 -05:00
parent bbf0696221
commit 17f2a16f48
51 changed files with 175 additions and 281 deletions

View file

@ -8,5 +8,6 @@
./mpd
./ssh
./sunshine
./tlp
];
}

View file

@ -16,17 +16,12 @@
right = "noop";
};
control = {
ctrlmod = {
backspace = "delete";
h = "left";
j = "down";
k = "up";
l = "right";
g = "macro(C-h)";
semicolon = "macro(C-l)";
};
ctrlmod = {
backspace = "delete";
"1" = "f1";
"2" = "f2";
"3" = "f3";

View file

@ -3,5 +3,6 @@
services.sunshine = {
enable = config.system.desktop.enable;
autoStart = false;
openFirewall = true;
};
}

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.tlp.enable = true;
}