h
This commit is contained in:
parent
2c148d8297
commit
0bef89bc91
4 changed files with 6 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
services.pcscd.enable = true;
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useRoutingFeatures = "both";
|
useRoutingFeatures = "both";
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
|
||||||
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];
|
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" "vendor-reset" ];
|
||||||
boot.kernelModules = [ "kvm-intel" "vfio_virqfd" "vhost-net" "v4l2loopback" ];
|
boot.kernelModules = [ "kvm-intel" "vfio_virqfd" "vhost-net" "v4l2loopback" ];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback vendor-reset];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback vendor-reset];
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
})
|
})
|
||||||
(lutris.override {
|
(lutris.override {
|
||||||
extraPkgs = pkgs: [
|
extraPkgs = pkgs: [
|
||||||
wine
|
wineWowPackages.waylandFull
|
||||||
gamescope
|
gamescope
|
||||||
antimicrox
|
antimicrox
|
||||||
sc-controller
|
sc-controller
|
||||||
|
|
@ -35,6 +35,8 @@
|
||||||
pkgsi686Linux.libsndfile
|
pkgsi686Linux.libsndfile
|
||||||
pkgsi686Linux.libmpg123
|
pkgsi686Linux.libmpg123
|
||||||
gnome2.GConf
|
gnome2.GConf
|
||||||
|
icu
|
||||||
|
openldap
|
||||||
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
settings = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass"; };
|
settings = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mpd-discord-rpc.enable = true;
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
musicDirectory = "/home/${vars.user}/Music";
|
musicDirectory = "/home/${vars.user}/Music";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue