fix copypasta
This commit is contained in:
parent
e3bb6ffdb0
commit
a51e20d141
1 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.unstable.linuxPackages_latest_hardened;
|
boot.kernelPackages = pkgs.unstable.linuxPackages_latest_hardened;
|
||||||
loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
memtest86.enable = true;
|
memtest86.enable = true;
|
||||||
};
|
};
|
||||||
time.hardwareClockInLocalTime = true;
|
time.hardwareClockInLocalTime = true;
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
Loading…
Reference in a new issue