nix-dotfiles/systems/hetzner-bridge/configuration.nix
ahuston-0 6e55786568
add hetzner and disko config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-03-02 20:34:21 -05:00

23 lines
297 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
../../disko/hetzner.nix
./networking.nix
];
disko.devices.disk.main.device = "scsi-0QEMU_QEMU_HARDDISK_55513992";
boot = {
useSystemdBoot = true;
};
hardware.enableAllFirmware = true;
system.stateVersion = "24.05";
}