2025-07-09 02:05:01 +03:00
|
|
|
{ ... }:
|
|
|
|
{
|
2025-07-12 03:52:35 +03:00
|
|
|
imports = [ ../../disko/zfs-impermanence-backup.nix ];
|
2025-07-09 02:05:01 +03:00
|
|
|
|
|
|
|
custom = {
|
|
|
|
platform = {
|
|
|
|
impermanence.enable = true;
|
|
|
|
vm.enable = true;
|
|
|
|
};
|
2025-07-14 01:38:37 +03:00
|
|
|
services = {
|
|
|
|
zfsBackupServer.enable = true;
|
|
|
|
nixCacheClient = {
|
|
|
|
enable = true;
|
2025-07-16 12:10:38 +03:00
|
|
|
remoteBuilds.exclusive = true;
|
2025-07-14 01:38:37 +03:00
|
|
|
};
|
|
|
|
};
|
2025-07-09 02:05:01 +03:00
|
|
|
};
|
|
|
|
networking.hostId = "353bc8fd";
|
|
|
|
system.stateVersion = "25.05";
|
|
|
|
}
|