nixos-conf/hosts/x86_64-linux/zfs-backup.nix

15 lines
282 B
Nix
Raw Normal View History

{ ... }:
{
2025-07-12 03:52:35 +03:00
imports = [ ../../disko/zfs-impermanence-backup.nix ];
custom = {
platform = {
impermanence.enable = true;
vm.enable = true;
};
services.zfsBackupServer.enable = true;
};
networking.hostId = "353bc8fd";
system.stateVersion = "25.05";
}