Removed udisks
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user