Commit graph

7 commits

Author SHA1 Message Date
Geoffrey Frogeye 86f225ea67
nix: Remove ability to build pindakaas SD image
The idea to create an image burnable on a SD card that is already
configured is a nice one, however I encountered many issues:

- Used something that was designed to be an installer:
    - Cannot change from unencrypted ext4 partition (AFAICS)
    - Comes with installer tools (i.e. tools for various filesystems),
      which creates conflicts
- Takes a lot of space and time to build, had to put /tmp on a non-tmpfs
- Has to extend the filesystem manually afterwards
- I think it rebuilt the full system on nixos-rebuilt anyways. Maybe
  because I used binfmt compilation? Could also be because installer has
  some overlays.

Since I had nix on Manjaro already, I surely could have built the
system directly on the SD card from there. Maybe that's what I will do
to test the partitionning/boot scheme setup actually.
2023-11-23 13:42:52 +01:00
Geoffrey Frogeye 37a8134c23
nix: Dev stuff & misc behind options 2023-11-22 16:32:20 +01:00
Geoffrey Frogeye eb2f12b6c5
nix: Put desktop behind option 2023-11-22 14:09:38 +01:00
Geoffrey Frogeye 9a18827cbc
nix: Make nixos-hardware work for pindakaas 2023-11-22 13:38:25 +01:00
Geoffrey Frogeye 5125e05266
nix: Build on aarch64 2023-11-22 00:52:31 +01:00
Geoffrey Frogeye 1139bd6524
nix: Various tests and cleaning 2023-10-29 17:20:35 +01:00
Geoffrey Frogeye 98efabc904
nix: Revise structure for home-manager 2023-10-28 22:09:36 +02:00