nixos-conf/hosts/x86_64-linux/borg.nix

21 lines
383 B
Nix
Raw Normal View History

2025-07-20 01:25:42 +03:00
{ ... }:
{
imports = [ ../../disko/zfs-impermanence.nix ];
custom = {
platform = {
impermanence.enable = true;
vm.enable = true;
};
services = {
borgServer.enable = true;
nixCacheClient = {
enable = true;
remoteBuilds.exclusive = true;
};
};
};
networking.hostId = "ef235cc6";
system.stateVersion = "25.05";
}