Compare commits

..

No commits in common. "4f98c37286271a630e12009dfa1e97cc090bbdf3" and "81890388e67c56981f30cd0f528db35d18fdfb9f" have entirely different histories.

2 changed files with 2 additions and 21 deletions

View file

@ -60,7 +60,6 @@
plymouth = {
enable = true;
};
initrd.systemd.enable = true;
};
networking.hostName = "swarm"; # Define your hostname.
@ -142,8 +141,6 @@
iptsd
surface-control
wl-clipboard
# for tpm backed encryption
tpm2-tss
# Podman
podman-desktop
podman-compose

View file

@ -12,24 +12,8 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [
"xhci_pci"
"nvme"
"usb_storage"
"sd_mod"
];
boot.initrd.kernelModules = [
"dm-snapshot"
"cryptd"
"intel_lpss"
"intel_lpss_pci"
"pinctrl_icelake"
"8250_dw"
"surface_hid_core"
"surface_hid"
"surface_aggregator_registry"
"surface_aggregator"
];
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = ["dm-snapshot" "cryptd" "pinctrl_icelake" "surface_aggregator" "surface_aggregator_registry" "surface_aggregator_hub" "surface_hid_core" "8250_dw" "surface_hid"];
boot.initrd.luks.devices."crypt".device = "/dev/disk/by-uuid/f16ca8aa-f596-4876-ba82-7427da9afaba";
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];