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;
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
useOSProber = true;
|
||||
memtest86.enable = true;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
useOSProber = true;
|
||||
memtest86.enable = true;
|
||||
};
|
||||
time.hardwareClockInLocalTime = true;
|
||||
time.timeZone = "Europe/London";
|
||||
|
|
Loading…
Reference in a new issue