fuji: format, cleanup syntax
This commit is contained in:
@@ -81,7 +81,6 @@ in
|
||||
'';
|
||||
blacklistedKernelModules = [ ];
|
||||
|
||||
|
||||
initrd.compressor = "zstd";
|
||||
initrd.kernelModules = [ ];
|
||||
initrd.systemd.enable = true;
|
||||
@@ -97,7 +96,7 @@ in
|
||||
kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "fq";
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
"kernel.unprivileged_userns_clone" = "1"; /* Needed with harderned kernel */
|
||||
"kernel.unprivileged_userns_clone" = "1"; # Needed with harderned kernel
|
||||
"kernel.kptr_restrict" = 2;
|
||||
"kernel.dmesg_restrict" = 1;
|
||||
"kernel.kexec_load_disabled" = 1;
|
||||
@@ -219,7 +218,10 @@ in
|
||||
];
|
||||
environment = {
|
||||
#memoryAllocator.provider = "mimalloc";
|
||||
systemPackages = with pkgs; [ maliit-keyboard android-tools ];
|
||||
systemPackages = with pkgs; [
|
||||
maliit-keyboard
|
||||
android-tools
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
LIBVA_DRIVER_NAME = "iHD";
|
||||
|
||||
Reference in New Issue
Block a user