This commit is contained in:
2024-03-13 22:49:01 +00:00
parent 382f67d9dd
commit 2bbce7ec6c
5 changed files with 20 additions and 3 deletions

View File

@@ -25,6 +25,16 @@
'';
};
boot.loader.systemd-boot.enable = false;
boot.loader.grub = {
enable = true;
device = "nodev";
useOSProber = true;
efiSupport = true;
};
time.hardwareClockInLocalTime = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
security.pam.u2f = {