Compare commits
2 commits
ce1e958417
...
165707c937
| Author | SHA1 | Date | |
|---|---|---|---|
|
165707c937 |
|||
|
f0bd685f77 |
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
boot.blacklistedKernelModules = ["usb-thrustmaster" "hid-thrustmaster"];
|
||||
boot.blacklistedKernelModules = ["xpad"];
|
||||
boot.extraModulePackages = [config.boot.kernelPackages.hid-tmff2];
|
||||
|
||||
environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
signingKey = builtins.elemAt (import ../../secrets/keys.nix) 0;
|
||||
};
|
||||
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"];
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue