Compare commits

..

2 commits

Author SHA1 Message Date
165707c937
add codeberg alias 2025-08-25 17:09:36 -04:00
f0bd685f77
Blacklist xpad 2025-08-24 19:10:14 -04:00
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
config, config,
... ...
}: { }: {
boot.blacklistedKernelModules = ["usb-thrustmaster" "hid-thrustmaster"]; boot.blacklistedKernelModules = ["xpad"];
boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2]; boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2];
environment.systemPackages = with pkgs; [oversteer linuxConsoleTools]; environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];

View file

@ -12,7 +12,8 @@
signingKey = builtins.elemAt (import ../../secrets/keys.nix) 0; signingKey = builtins.elemAt (import ../../secrets/keys.nix) 0;
}; };
url = { url = {
"git@github.com:".insteadOf = ["https://github.com/"]; "git@github.com:".insteadOf = ["https://github.com"];
"git@codeberg.org:".insteadOf = ["https://codeberg.org"];
"git@git.federated.nexus:".insteadOf = ["https://git.federated.nexus"]; "git@git.federated.nexus:".insteadOf = ["https://git.federated.nexus"];
}; };
init.defaultBranch = "main"; init.defaultBranch = "main";