minor changes + formatted
This commit is contained in:
parent
9b741b5fa0
commit
46a48eb0ad
3 changed files with 13 additions and 16 deletions
|
@ -21,7 +21,7 @@
|
|||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usbcore" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-amd" "i2c-dev"];
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages_xanmod_latest.system76_scheduler ];
|
||||
boot.extraModulePackages = [pkgs.linuxPackages_xanmod_latest.system76_scheduler];
|
||||
boot.kernelParams = [
|
||||
"nvidia_drm.modeset=1"
|
||||
"mitigations=off"
|
||||
|
@ -179,7 +179,6 @@
|
|||
options = ["rw" "uid=1000" "gid=100"];
|
||||
};
|
||||
|
||||
|
||||
networking.nftables.enable = true;
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [1900];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue