The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit db68904153 - Show all commits

View file

@ -23,6 +23,12 @@
../../../variables
];
services.keyd.keyboards.default.settings.main = {
leftmeta = "overload(control, esc)";
leftcontrol = "leftmeta";
f13 = "delete";
};
networking.hostName = "lacros";
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
}

View file

@ -6,8 +6,6 @@
ids = [ "*" ];
settings.main = {
capslock = "overload(control, esc)";
leftcontrol = "leftmeta";
f13 = "delete";
};
};
};