diff --git a/common/pc/de.nix b/common/pc/de.nix index 24670e7..66c02d2 100644 --- a/common/pc/de.nix +++ b/common/pc/de.nix @@ -10,7 +10,7 @@ in { ./chromium.nix ./firefox.nix ./audio.nix - ./torbrowser.nix +# ./torbrowser.nix ./pithos.nix ./vscodium.nix ./discord.nix diff --git a/machines/storage/s0/kernel.nix b/machines/storage/s0/kernel.nix index 0a4385b..872911e 100644 --- a/machines/storage/s0/kernel.nix +++ b/machines/storage/s0/kernel.nix @@ -110,9 +110,6 @@ in buildLinux { "NO_HZ_IDLE" = yes; "NO_HZ" = yes; "HIGH_RES_TIMERS" = yes; - "PREEMPT" = yes; - "PREEMPT_COUNT" = yes; - "PREEMPTION" = yes; "TICK_CPU_ACCOUNTING" = yes; "SCHED_THERMAL_PRESSURE" = yes; "BSD_PROCESS_ACCT" = yes; @@ -122,7 +119,6 @@ in buildLinux { "TASK_XACCT" = yes; "TASK_IO_ACCOUNTING" = yes; "TREE_RCU" = yes; - "PREEMPT_RCU" = yes; "SRCU" = yes; "TREE_SRCU" = yes; "TASKS_RCU_GENERIC" = yes; @@ -154,7 +150,6 @@ in buildLinux { "CGROUP_SCHED" = yes; "FAIR_GROUP_SCHED" = yes; "CFS_BANDWIDTH" = yes; - "RT_GROUP_SCHED" = yes; "CGROUP_PIDS" = yes; "CGROUP_RDMA" = yes; "CGROUP_FREEZER" = yes; @@ -609,15 +604,6 @@ in buildLinux { "FRONTSWAP" = yes; "CMA" = yes; "CMA_AREAS" = freeform "7"; - "ZSWAP" = yes; - "ZSWAP_COMPRESSOR_DEFAULT_LZO" = yes; - "ZSWAP_COMPRESSOR_DEFAULT" = freeform "lzo"; - "ZSWAP_ZPOOL_DEFAULT_ZBUD" = yes; - "ZSWAP_ZPOOL_DEFAULT" = freeform "zbud"; - "ZPOOL" = yes; - "ZBUD" = yes; - "Z3FOLD" = yes; - "ZSMALLOC" = yes; "GENERIC_EARLY_IOREMAP" = yes; "ARCH_HAS_PTE_DEVMAP" = yes; "FRAME_VECTOR" = yes; @@ -1346,10 +1332,8 @@ in buildLinux { "PCIE_ROCKCHIP_EP" = yes; "PCI_ENDPOINT" = yes; "PCI_ENDPOINT_CONFIGFS" = yes; - "UEVENT_HELPER" = yes; "DEVTMPFS" = yes; "DEVTMPFS_MOUNT" = yes; - "STANDALONE" = yes; "PREVENT_FIRMWARE_BUILD" = yes; "FW_LOADER" = yes; "FW_CACHE" = yes; @@ -4196,11 +4180,6 @@ in buildLinux { "XFS_RT" = yes; "GFS2_FS" = module; "GFS2_FS_LOCKING_DLM" = yes; - "OCFS2_FS" = module; - "OCFS2_FS_O2CB" = module; - "OCFS2_FS_USERSPACE_CLUSTER" = module; - "OCFS2_FS_STATS" = yes; - "OCFS2_DEBUG_MASKLOG" = yes; "BTRFS_FS" = yes; "BTRFS_FS_POSIX_ACL" = yes; "NILFS2_FS" = module; @@ -4427,9 +4406,6 @@ in buildLinux { "SECURITY_APPARMOR_HASH_DEFAULT" = yes; "SECURITY_YAMA" = yes; "SECURITY_SAFESETID" = yes; - "SECURITY_LOCKDOWN_LSM" = yes; - "SECURITY_LOCKDOWN_LSM_EARLY" = yes; - "LOCK_DOWN_KERNEL_FORCE_NONE" = yes; "INTEGRITY" = yes; "INTEGRITY_SIGNATURE" = yes; "INTEGRITY_ASYMMETRIC_KEYS" = yes; @@ -4653,15 +4629,6 @@ in buildLinux { "LZ4_DECOMPRESS" = yes; "ZSTD_COMPRESS" = yes; "ZSTD_DECOMPRESS" = yes; - "XZ_DEC" = yes; - "XZ_DEC_X86" = yes; - "XZ_DEC_POWERPC" = yes; - "XZ_DEC_IA64" = yes; - "XZ_DEC_ARM" = yes; - "XZ_DEC_ARMTHUMB" = yes; - "XZ_DEC_SPARC" = yes; - "XZ_DEC_BCJ" = yes; - "XZ_DEC_TEST" = module; "DECOMPRESS_GZIP" = yes; "DECOMPRESS_BZIP2" = yes; "DECOMPRESS_LZMA" = yes; @@ -4798,7 +4765,6 @@ in buildLinux { "KUNIT" = module; "ARCH_HAS_KCOV" = yes; "CC_HAS_SANCOV_TRACE_PC" = yes; - "RUNTIME_TESTING_MENU" = yes; "BACKTRACE_SELF_TEST" = module; "RBTREE_TEST" = module; "REED_SOLOMON_TEST" = module;