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 = [ ]; blacklistedKernelModules = [ ];
initrd.compressor = "zstd"; initrd.compressor = "zstd";
initrd.kernelModules = [ ]; initrd.kernelModules = [ ];
initrd.systemd.enable = true; initrd.systemd.enable = true;
@@ -97,7 +96,7 @@ in
kernel.sysctl = { kernel.sysctl = {
"net.core.default_qdisc" = "fq"; "net.core.default_qdisc" = "fq";
"net.ipv4.tcp_congestion_control" = "bbr"; "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.kptr_restrict" = 2;
"kernel.dmesg_restrict" = 1; "kernel.dmesg_restrict" = 1;
"kernel.kexec_load_disabled" = 1; "kernel.kexec_load_disabled" = 1;
@@ -219,7 +218,10 @@ in
]; ];
environment = { environment = {
#memoryAllocator.provider = "mimalloc"; #memoryAllocator.provider = "mimalloc";
systemPackages = with pkgs; [ maliit-keyboard android-tools ]; systemPackages = with pkgs; [
maliit-keyboard
android-tools
];
sessionVariables = { sessionVariables = {
LIBVA_DRIVER_NAME = "iHD"; LIBVA_DRIVER_NAME = "iHD";

View File

@@ -1,6 +1,5 @@
{ lib { lib
, pkgs , pkgs
, config
, ... , ...
}: }:
let let