diff --git a/fuji/configuration.nix b/fuji/configuration.nix index 049321e..f395f45 100644 --- a/fuji/configuration.nix +++ b/fuji/configuration.nix @@ -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"; diff --git a/home/fuji/home.nix b/home/fuji/home.nix index 067f5c5..4ea78da 100644 --- a/home/fuji/home.nix +++ b/home/fuji/home.nix @@ -1,6 +1,5 @@ { lib , pkgs -, config , ... }: let