2025-07-06 12:09:21 +03:00
|
|
|
{ ... }:
|
2025-04-07 01:16:03 +03:00
|
|
|
{
|
2025-07-12 03:52:35 +03:00
|
|
|
imports = [ ../../disko/zfs-impermanence.nix ];
|
2025-04-07 01:16:03 +03:00
|
|
|
|
2025-07-06 01:16:28 +03:00
|
|
|
custom = {
|
2025-07-06 03:22:09 +03:00
|
|
|
platform = {
|
|
|
|
impermanence.enable = true;
|
|
|
|
vm.enable = true;
|
|
|
|
};
|
2025-07-14 01:38:37 +03:00
|
|
|
services = {
|
|
|
|
nextcloud = {
|
2025-07-06 01:16:28 +03:00
|
|
|
enable = true;
|
2025-07-14 01:38:37 +03:00
|
|
|
domain = "idacloud.sinerva.eu";
|
|
|
|
collabora = {
|
|
|
|
enable = true;
|
|
|
|
domain = "idacollab.sinerva.eu";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
nixCacheClient = {
|
|
|
|
enable = true;
|
2025-07-16 12:10:38 +03:00
|
|
|
remoteBuilds.exclusive = true;
|
2025-07-06 01:16:28 +03:00
|
|
|
};
|
|
|
|
};
|
2025-07-06 12:09:21 +03:00
|
|
|
networking.idacloudWg.enable = true;
|
2025-07-06 01:16:28 +03:00
|
|
|
};
|
|
|
|
networking.hostId = "43ce8e3f";
|
|
|
|
system.stateVersion = "25.05";
|
2025-04-07 01:16:03 +03:00
|
|
|
}
|