This commit is contained in:
Andrea Ciceri 2025-04-24 14:06:07 +02:00
parent f889c8fdda
commit 11efc745e3
No known key found for this signature in database

View file

@ -61,7 +61,6 @@
"udiskie"
"xdg"
# "spotify"
"lutris"
"wine"
"cura"
"chrome"
@ -71,7 +70,6 @@
"tor-browser"
"kicad"
"monero"
# "zulip"
"teams"
"obs-studio"
"calibre"
@ -88,7 +86,6 @@
"chirp"
"sdrangel"
"discord"
# "ib-tws"
"zoom"
"pantalaimon"
];
@ -101,20 +98,12 @@
boot.initrd.availableKernelModules = [
"nvme"
"xhci_pci"
# "ahci"
"usbhid"
# "r8169"
"thunderbolt"
"vmd"
"usb_storage"
"sd_mod"
];
boot.kernelModules = [
# "kvm-amd"
# "ddcci"
# "ddcci-backlight"
# "i2c-dev" # needed?
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -152,6 +141,12 @@
];
};
fileSystems."/mnt/shared" = {
device = "/dev/nvme0n1p2";
fsType = "ntfs";
options = [ "nofail" ];
};
services.zfs.autoScrub.enable = true;
networking.hostId = "30fc8ed7";