fixed ssh keys

This commit is contained in:
2023-11-19 03:50:39 +00:00
parent 975b3dfc86
commit 362fc6d0a2

View File

@@ -21,7 +21,7 @@
# '';
# };
#boot.loader.grub.enable = false;
boot.loader.grub.enable = false;
boot.loader.kboot-conf.enable = true;
# Use kernel >6.6
boot.kernelPackages = pkgs.linuxPackages_latest;