fuji: format, cleanup syntax

This commit is contained in:
2026-05-31 12:03:01 +02:00
parent 06eea6c576
commit c640229909
2 changed files with 5 additions and 4 deletions

View File

@@ -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";