This commit is contained in:
mjallen18
2025-09-23 19:06:19 -05:00
parent aa0d09d3c9
commit 4a00394402
4 changed files with 12 additions and 3 deletions

View File

@@ -187,6 +187,9 @@
# Pi4 #
# ######################################################
pi4 = {
specialArgs = {
nixpkgs = inputs.nixpkgs-stable;
};
modules = with inputs; [
disko.nixosModules.disko
nixos-raspberrypi.nixosModules.raspberry-pi-4.base
@@ -202,6 +205,9 @@
# Pi5 #
# ######################################################
pi5 = {
specialArgs = {
nixpkgs = inputs.nixpkgs-stable;
};
modules = with inputs; [
disko.nixosModules.disko
nixos-raspberrypi.nixosModules.raspberry-pi-5.base