🧱 switch to nixos-hardware for rpis

This commit is contained in:
2026-07-27 17:15:39 -04:00
parent f8fb24c8d3
commit c9a1d8b096
6 changed files with 82 additions and 293 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
self,
nixpkgs,
home-manager,
raspberry-pi-nix,
nixos-hardware,
sops-nix,
...
}:
@@ -23,7 +23,7 @@ let
{ nixpkgs.hostPlatform = hostSystem; }
]
++ modules;
specialArgs = { inherit raspberry-pi-nix sops-nix; };
specialArgs = { inherit nixos-hardware sops-nix; };
};
in
{