Add initial config for Idacloud

This commit is contained in:
Vili Sinervä 2025-04-07 01:16:03 +03:00
parent e3a707c8eb
commit 079a923192
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -0,0 +1,13 @@
{ ... }:
{
networking.hostName = "idacloud";
custom.nextcloud_domain = "idacloud.sinerva.eu";
imports = [
../base.nix
../services/nextcloud.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}