backups #47

Merged
teutat3s merged 7 commits from feat/backups into main 2023-11-06 21:24:04 +00:00
Showing only changes of commit e7c70c6cd0 - Show all commits

View file

@ -1,5 +1,9 @@
{ config, pkgs, flake, ... }:
{ {
flake,
config,
pkgs,
...
}: {
# Use GRUB2 as the boot loader. # Use GRUB2 as the boot loader.
# We don't use systemd-boot because Hetzner uses BIOS legacy boot. # We don't use systemd-boot because Hetzner uses BIOS legacy boot.
boot.loader.systemd-boot.enable = false; boot.loader.systemd-boot.enable = false;