dotfiles/pindakaas_sd/os.nix
Geoffrey Frogeye 36608fa9e4
Fix LUKS on pindakaas
It took 3 days to investigate by myself and only get a partial idea of
the issue, but 5 minutes to ask for support and another 5 to get a
working solution.
Hopefully lesson learned.
2023-11-29 23:00:46 +01:00

12 lines
172 B
Nix

{ pkgs, config, ... }:
{
imports = [
../os
../pindakaas/options.nix
../pindakaas/hardware.nix
./disko.nix
];
networking.hostName = "pindakaas_sd";
}