14 lines
225 B
Nix
14 lines
225 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
networking.hostName = "idacloud";
|
||
|
custom.nextcloud_domain = "idacloud.sinerva.eu";
|
||
|
|
||
|
imports = [
|
||
|
../base.nix
|
||
|
../services/nextcloud.nix
|
||
|
];
|
||
|
|
||
|
# HARDWARE SPECIFIC
|
||
|
services.qemuGuest.enable = true;
|
||
|
}
|