1
0

Set system architecture for drain

This commit is contained in:
clerie 2020-12-25 23:11:40 +01:00
parent 7f01f83114
commit 778ceb55e6

View File

@ -6,6 +6,8 @@
(modulesPath + "/installer/cd-dvd/sd-image.nix")
];
nixpkgs.system = "aarch64-linux";
boot.loader.grub.enable = false;
boot.loader.raspberryPi.enable = true;
boot.loader.raspberryPi.version = 4;