🔧 aristotle: move to raspberry-pi-nix

also re-deployed form, matter and purpose
This commit is contained in:
2024-09-15 20:35:46 -04:00
parent 8b57a7580a
commit 6d38e964e3
11 changed files with 290 additions and 95 deletions

View File

@ -1,4 +1,4 @@
{ self, nixpkgs, home-manager, nixos-hardware, sops-nix, ... }:
{ self, nixpkgs, home-manager, raspberry-pi-nix, sops-nix, ... }:
let
mkSystem = hostName: modules:
let
@ -14,7 +14,7 @@ let
nixpkgs.config.allowUnfree = true;
})
] ++ modules;
specialArgs = { inherit nixos-hardware sops-nix; };
specialArgs = { inherit raspberry-pi-nix sops-nix; };
};
in
{