base pi5
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
fileSystems."/" =
|
||||
{ device = "none";
|
||||
fsType = "tmpfs";
|
||||
mode = "755";
|
||||
};
|
||||
|
||||
fileSystems."/nix" =
|
||||
@@ -56,7 +55,7 @@
|
||||
};
|
||||
|
||||
fileSystems."/boot/firmware" =
|
||||
{ device = "/dev/disk/by-uuid/777B-8D3F";
|
||||
{ device = "/dev/disk/by-uuid/15B0-5CAA";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
@@ -72,4 +71,4 @@
|
||||
# networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user