Remove Raspberry Pi 4 specific bits

This commit is contained in:
2025-02-27 18:00:49 +01:00
parent b8ae40febd
commit a389e1395d
5 changed files with 34 additions and 149 deletions

View File

@@ -26,7 +26,7 @@
...
}@inputs:
let
system = "aarch64-linux";
system = "x86_64-linux";
pkgs = import pkgs { inherit system; };
@@ -41,8 +41,8 @@
modules = [
(import ./configuration.nix)
agenix.nixosModules.age
nixos-hardware.nixosModules.raspberry-pi-4
nix-matrix-appservices.nixosModule
inputs.nixos-hardware.nixosModules.aoostar-r1-n100
];
specialArgs = {
inherit inputs;