Compare commits

..

No commits in common. "165707c937ce994bb46664522722e250230a85b2" and "ce1e958417a694854bbe1de12352d6887d99c425" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

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

View file

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