infra/nix/os/devices/srv0.home-ch.stefanjunker.de/boot.nix
Stefan Junker 406ab7be7e run most containers and back them up at home
* switch backup from wasabi-s3 to btrfs via ssh
* add srv0 at home
* run webserver and syncthing at home
2021-01-07 19:40:17 +01:00

8 lines
92 B
Nix

{ lib
, ...
}:
{
boot.loader.grub.efiSupport = true;
boot.extraModulePackages = [ ];
}