test
This commit is contained in:
parent
2e50bb425f
commit
90b0462115
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
hardware.enableRedistributableFirmware = false;
|
||||
hardware.firmware = [ pkgs.raspberrypiWirelessFirmware];
|
||||
|
||||
swapDevices = [ ];
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
|
|
Loading…
Reference in a new issue