Skip to content

Commit

Permalink
Add nixos-hardware flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Apr 20, 2024
1 parent f18dc12 commit 42a68bd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
17 changes: 17 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOs/nixos-hardware/master";
colmena-flake.url = "github:zhaofengli/colmena";
steam-fetcher = {
url = "github:aidalgol/nix-steam-fetcher";
Expand Down
7 changes: 2 additions & 5 deletions nixos/hosts/nixpi/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
imports = [
"${fetchTarball {
url = "https://github.com/NixOS/nixos-hardware/tarball/master";
sha256 = "sha256:0jwif5q6cx6w391n6q6cpda79xxkp2ki40rpz71jpwhfq4b9wqfw";
}}/raspberry-pi/4"
./cloudflared.nix
inputs.nixos-hardware.nixosModules.raspberry-pi.4
];

sops = {
Expand Down

0 comments on commit 42a68bd

Please sign in to comment.