rp5: new kernel and tailscale #16

Merged
Daholli merged 5 commits from rp5 into main 2025-02-14 12:40:23 +01:00
Showing only changes of commit e9a1b42e61 - Show all commits

View file

@ -4,6 +4,7 @@
lib, lib,
modulesPath, modulesPath,
namespace, namespace,
pkgs,
... ...
}: }:
@ -16,9 +17,12 @@ in
{ {
imports = with inputs.nixos-hardware.nixosModules; [ imports = with inputs.nixos-hardware.nixosModules; [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
raspberry-pi-5
]; ];
nixpkgs.hostPlatform = {
system = "aarch64-linux";
};
services.tailscale = { services.tailscale = {
enable = true; enable = true;
useRoutingFeatures = "server"; useRoutingFeatures = "server";
@ -149,6 +153,8 @@ in
remotebuild = enabled; remotebuild = enabled;
}; };
apps.cli-apps.helix.pkg = pkgs.helix;
system = { system = {
# cachemiss for webkit gtk # cachemiss for webkit gtk
hardware.networking.enable = mkForce false; hardware.networking.enable = mkForce false;