feat: Added stuff

This commit is contained in:
uttarayan21
2025-06-24 00:15:13 +05:30
parent 7702946c5f
commit 80d53cc79e
9 changed files with 49 additions and 10 deletions

View File

@@ -9,6 +9,7 @@
networking.useNetworkd = true;
systemd.services.NetworkManager-wait-online.enable = false;
systemd.network.wait-online.enable = false;
system.nixos.tags = let
cfg = config.boot.loader.raspberryPi;
in [
@@ -16,4 +17,17 @@
cfg.bootloader
config.boot.kernelPackages.kernel.version
];
hardware.raspberry-pi.config = {
dtparam = "audio=on";
camera_auto_detect = 0;
display_auto_detect = 0;
auto_initramfs = 1;
disable_fw_kms_setup = 1;
arm_boost = 1;
arm_64bit = 1;
all = {
usb_max_current_enable = 1;
};
};
}