remove nix-index-database from rpi (#95)

* remove nix-index-database from rpi

* Udev fix

* flake update

* add git alias

* Remove unused flake input

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>

---------

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
Co-authored-by: Fabius <fabius2001@hotmail.de>
Co-authored-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
Dennis
2024-02-17 15:51:38 +01:00
committed by GitHub
parent db7a7938ee
commit 4c4801d6a8
3 changed files with 14 additions and 12 deletions

View File

@ -20,6 +20,7 @@
filesystem = "zfs";
useSystemdBoot = true;
kernelParams = [ "i915.force_probe=56a5" "i915.enable_guc=2" ];
binfmt.emulatedSystems = [ "aarch64-linux" ];
};
nix = {