rpi-5: awesome, it works

This commit is contained in:
2026-01-22 06:38:24 +00:00
parent dfbc1ea5a2
commit 540a0e32e4
4 changed files with 373 additions and 65 deletions

View File

@@ -7,16 +7,15 @@
{
imports = [
# ./disks.nix
inputs.nixos-hardware.nixosModules.raspberry-pi-4
(modulesPath + "/installer/sd-card/sd-image-aarch64.nix")
# (modulesPath + "/installer/sd-card/sd-image-aarch64.nix")
];
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
options = [ "noatime" ];
};
};
# fileSystems = {
# "/" = {
# device = "/dev/disk/by-label/NIXOS_SD";
# fsType = "ext4";
# options = [ "noatime" ];
# };
# };
boot.supportedFilesystems = lib.mkForce [
"btrfs"
"reiserfs"