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
15 lines
210 B
Nix
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;
|
|
}
|