This commit is contained in:
2025-03-29 13:22:41 -04:00
parent f06bbcbdad
commit 6cfbc68c8b
7 changed files with 150 additions and 113 deletions

View File

@@ -18,9 +18,12 @@
};
# Boot Loader Config
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = false;
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = false;
};
kernelParams = [ "apple_dcp.show_notch=1" ];
};
# Networking Config