This commit is contained in:
mjallen18
2025-12-23 18:41:22 -06:00
parent 74e772582d
commit 8f08f24761
6 changed files with 73 additions and 24 deletions

View File

@@ -51,6 +51,7 @@
nixos-raspberrypi = {
url = "github:mjallen18/nixos-raspberrypi";
# url = "git+file:///home/admin/dev/nixos-raspberrypi";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
@@ -210,7 +211,6 @@
# Pi4 #
# ######################################################
pi4 = {
channelName = "nixpkgs-stable";
modules = with inputs; [
disko.nixosModules.disko
nixos-raspberrypi.nixosModules.raspberry-pi-4.base
@@ -226,7 +226,6 @@
# Pi5 #
# ######################################################
pi5 = {
channelName = "nixpkgs-stable";
modules = with inputs; [
disko.nixosModules.disko
nixos-raspberrypi.nixosModules.raspberry-pi-5.base