forked from M-Labs/nix-scripts
rpi: disable /boot partition
https://github.com/NixOS/nixpkgs/issues/22014#issuecomment-290152982
This commit is contained in:
parent
68534d2ce2
commit
ff09666bfe
|
@ -9,10 +9,6 @@ in
|
||||||
boot.kernelParams = ["cma=32M console=ttyS1,115200n8"];
|
boot.kernelParams = ["cma=32M console=ttyS1,115200n8"];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/boot" = {
|
|
||||||
device = "/dev/disk/by-label/NIXOS_BOOT";
|
|
||||||
fsType = "vfat";
|
|
||||||
};
|
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-label/NIXOS_SD";
|
device = "/dev/disk/by-label/NIXOS_SD";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
Loading…
Reference in New Issue