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" "udiskie"
"xdg" "xdg"
# "spotify" # "spotify"
"lutris"
"wine" "wine"
"cura" "cura"
"chrome" "chrome"
@ -71,7 +70,6 @@
"tor-browser" "tor-browser"
"kicad" "kicad"
"monero" "monero"
# "zulip"
"teams" "teams"
"obs-studio" "obs-studio"
"calibre" "calibre"
@ -88,7 +86,6 @@
"chirp" "chirp"
"sdrangel" "sdrangel"
"discord" "discord"
# "ib-tws"
"zoom" "zoom"
"pantalaimon" "pantalaimon"
]; ];
@ -101,20 +98,12 @@
boot.initrd.availableKernelModules = [ boot.initrd.availableKernelModules = [
"nvme" "nvme"
"xhci_pci" "xhci_pci"
# "ahci"
"usbhid" "usbhid"
# "r8169"
"thunderbolt" "thunderbolt"
"vmd" "vmd"
"usb_storage" "usb_storage"
"sd_mod" "sd_mod"
]; ];
boot.kernelModules = [
# "kvm-amd"
# "ddcci"
# "ddcci-backlight"
# "i2c-dev" # needed?
];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = 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; services.zfs.autoScrub.enable = true;
networking.hostId = "30fc8ed7"; networking.hostId = "30fc8ed7";