Files
nixos-pinephone-getting-sta…/modules/default.nix
colin 4e3a152ae9 build an image which can boot from SD if tow-boot is installed to the eMMC
temporarily disabled some modules to get a smaller, faster to iterate,
image.

need to test flashing tow-boot to the start of the SD card
2022-06-17 19:45:53 -07:00

15 lines
210 B
Nix

{ ... }:
{
imports = [
./fs.nix
./hardware.nix
# ./home-manager.nix
./image.nix
# ./phosh.nix
./users.nix
];
system.stateVersion = "22.05";
nixpkgs.config.allowUnfree = true;
}