Removed udisks

This commit is contained in:
2025-08-23 16:43:44 -04:00
parent 2e2d7f679b
commit 1564a9f1ec
3 changed files with 8 additions and 5 deletions

View File

@@ -23,14 +23,14 @@
initrd.kernelModules = [ "ath10k_pci" ];
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
supportedFilesystems = [ "vfat" "ext4" "cifs" ];
supportedFilesystems = [ "vfat" "ext4" "cifs" "exfat" ];
extraModulePackages = [ ];
extraModprobeConfig = ''
options ath10k_pcs irq_mode=1
options ath10k_core rawmode=1
'';
};
services.udisks2.enable = true;
services.udisks2.enable = false;
# Set your time zone.
# Enable the X11 windowing system.