rpi-5: awesome, it works
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user