mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
mds mitigation
This commit is contained in:
parent
7faed5e5ba
commit
1c36a7dcaa
@ -36,6 +36,9 @@
|
||||
yoda.btrfsFileSystems = ["/" "/mnt/data" "/mnt/backup"];
|
||||
#yoda.btrfsMounts = yoda.btrfsFileSystems;
|
||||
|
||||
boot.kernelParams = [];
|
||||
boot.kernelParams = [
|
||||
# Microarchitectural Data Sampling (MDS), see https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html#mitigation-control-on-the-kernel-command-line
|
||||
"mds=full,nosmt"
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
}
|
||||
|
@ -35,6 +35,9 @@
|
||||
yoda.btrfsFileSystems = ["/"];
|
||||
#yoda.btrfsMounts = yoda.btrfsFileSystems;
|
||||
|
||||
boot.kernelParams = [];
|
||||
boot.kernelParams = [
|
||||
# Microarchitectural Data Sampling (MDS), see https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html#mitigation-control-on-the-kernel-command-line
|
||||
"mds=full,nosmt"
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user