Add nixos-hardware flake for stinky.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -53,6 +54,7 @@
|
||||
sops-nix,
|
||||
browser-previews,
|
||||
omarchy-nix,
|
||||
nixos-hardware,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
@@ -163,7 +165,10 @@
|
||||
];
|
||||
chilly = mkHost "x86_64-linux" "workstation" [ ./hosts/chilly ];
|
||||
sparky = mkHost "x86_64-linux" "desktop" [ ./hosts/sparky ];
|
||||
stinky = mkHost "aarch64-linux" "minimal" [ ./hosts/stinky ];
|
||||
stinky = mkHost "aarch64-linux" "minimal" [
|
||||
nixos-hardware.nixosModules.raspberry-pi-4
|
||||
./hosts/stinky
|
||||
];
|
||||
};
|
||||
|
||||
deploy = {
|
||||
|
||||
Reference in New Issue
Block a user