feat: Remove blocky

This commit is contained in:
uttarayan21
2025-07-25 17:40:53 +05:30
parent 6a6fc0dbea
commit c9e958446b
7 changed files with 31 additions and 42 deletions

View File

@@ -27,29 +27,8 @@
# ];
# };
# };
# hardware.raspberry-pi.extra-config = ''
# [all]
# dtparam=pciex1
# dtparam=pciex1_gen=2
# '';
hardware.raspberry-pi.extra-config = ''
[all]
dtparam=pciex1_gen=2
'';
}
# ({
# config,
# pkgs,
# lib,
# ...
# }: {
#
# system.nixos.tags = let
# cfg = config.boot.loader.raspberryPi;
# in [
# "raspberry-pi-${cfg.variant}"
# cfg.bootloader
# config.boot.kernelPackages.kernel.version
# ];
# # hardware.raspberry-pi.config = {
# # };
# system.stateVersion = "25.05";
# services.openssh.enable = true;
# })