My Nix Configuration

[default-config] re-add debugfs support

pyrox.dev 1ff77859 0910a1fb

verified
Changed files
-2
modules
nixos
default-config
-2
modules/nixos/default-config/bootloader.nix
···
# Page allocator randomization
# Should hardon and improve performance
"page_alloc.shuffle=1"
-
# Disable debugfs - not needed
-
"debugfs=off"
];
};
}