This commit is contained in:
KoenDR06 2024-04-03 18:39:16 +00:00
parent 517df8e725
commit 548b6549aa
2 changed files with 6 additions and 4 deletions

View file

@ -41,8 +41,10 @@
htop htop
inkscape inkscape
libreoffice libreoffice
mullvad-vpn
parsec-bin parsec-bin
platformio-core platformio-core
qbittorrent
spotify spotify
tailscale tailscale
whatsapp-for-linux whatsapp-for-linux

View file

@ -8,23 +8,23 @@
[ (modulesPath + "/installer/scan/not-detected.nix") [ (modulesPath + "/installer/scan/not-detected.nix")
]; ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/572250d8-55c8-4d9d-ac0b-187713e677b7"; { device = "/dev/disk/by-uuid/4d963cda-4ec7-4cee-8e82-35402d385f54";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/125C-FC14"; { device = "/dev/disk/by-uuid/6AB6-63FD";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/56457a09-0763-41ee-a2c4-ecf2e4c65024"; } [ { device = "/dev/disk/by-uuid/53db744d-a858-49b0-a3a1-c7c576aba0c9"; }
]; ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking