mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-04 04:33:09 +00:00
~
This commit is contained in:
parent
1f4a53d646
commit
8accea9cc6
9 changed files with 231 additions and 1 deletions
13
nixos/hosts/near/rpi5-config/default.nix
Normal file
13
nixos/hosts/near/rpi5-config/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
let
|
||||
# pinned Nixpkgs version
|
||||
nixpkgs = builtins.fetchTarball
|
||||
{ url = "https://github.com/NixOS/nixpkgs/archive/76612b17c0ce.tar.gz";
|
||||
sha256 = "03pmy2dv212mmxgcvwxinf3xy6m6zzr8ri71pda1lqggmll2na12";
|
||||
};
|
||||
|
||||
nixos = import (nixpkgs + "/nixos") { configuration = ./configuration.nix; };
|
||||
in
|
||||
{
|
||||
inherit (nixos.config.system.build) sdImage;
|
||||
inherit (nixos) system pkgs config;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue