nixos-conf/machine-confs/idacloud.nix

14 lines
225 B
Nix
Raw Normal View History

2025-04-07 01:16:03 +03:00
{ ... }:
{
networking.hostName = "idacloud";
custom.nextcloud_domain = "idacloud.sinerva.eu";
imports = [
../base.nix
../services/nextcloud.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}