From 8c8680b4311eb3f7fd5c0abb0de3ab41b912debb Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 20 Jun 2024 03:31:59 -0400 Subject: [PATCH] flake.nix: add rpi4 --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 67f4e52..c515b64 100644 --- a/flake.nix +++ b/flake.nix @@ -346,6 +346,14 @@ stateVersion = "23.11"; hostname = "nixos-wsl"; }; + + rpi4 = mkSystem { + nixpkgs = inputs.nixpkgs-unstable; + home-manager = inputs.home-manager-unstable; + system = "aarch64-linux"; + stateVersion = "24.11"; + hostname = "rpi4"; + }; }; # end nixosConfigurations homeConfigurations = {