Compare commits
No commits in common. "20d2f30fc7deb1e9546bb89b071f062f56808413" and "31a1ae1f957fc988859f496553224ccb38e3af72" have entirely different histories.
20d2f30fc7
...
31a1ae1f95
2 changed files with 2 additions and 6 deletions
|
@ -37,11 +37,6 @@
|
||||||
usb-modeswitch-data # Logitech G920
|
usb-modeswitch-data # Logitech G920
|
||||||
];
|
];
|
||||||
|
|
||||||
# Corsair K70
|
|
||||||
services.udev.extraRules = ''
|
|
||||||
SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="00", ATTRS{idVendor}=="1b1c", ATTRS{idProduct}=="1b09", RUN+="${pkgs.bash}/bin/sh -c '${pkgs.coreutils}/bin/echo -n %k > /sys''${DEVPATH}/driver/unbind'"
|
|
||||||
'';
|
|
||||||
|
|
||||||
networking.hostName = "paul-fixe"; # Define your hostname.
|
networking.hostName = "paul-fixe"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
networking.networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
|
@ -56,7 +51,7 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
filezilla
|
filezilla
|
||||||
wineWowPackages.staging
|
wineStaging
|
||||||
winetricks
|
winetricks
|
||||||
qbittorrent
|
qbittorrent
|
||||||
transmission-remote-gtk
|
transmission-remote-gtk
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "firewire_ohci" "pata_marvell" "xhci_pci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
|
boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "firewire_ohci" "pata_marvell" "xhci_pci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
|
||||||
boot.kernelModules = [ "kvm-intel" "nct6775" ];
|
boot.kernelModules = [ "kvm-intel" "nct6775" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.blacklistedKernelModules = [ "hid-steam" ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";
|
{ device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";
|
||||||
|
|
Loading…
Add table
Reference in a new issue