flake.nix: add rpi4

This commit is contained in:
NullBite 2024-06-20 03:31:59 -04:00
parent 43f6d55454
commit 8c8680b431
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -346,6 +346,14 @@
stateVersion = "23.11"; stateVersion = "23.11";
hostname = "nixos-wsl"; 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 }; # end nixosConfigurations
homeConfigurations = { homeConfigurations = {