{ ... }:
{
  imports = [
    ./hardware-configuration.nix
    ./disko.nix
    ./syncthing.nix
  ];

  boot.initrd.kernelModules = [ "amdgpu" ];
}