Add initial config for Idacloud
This commit is contained in:
parent
e3a707c8eb
commit
079a923192
1 changed files with 13 additions and 0 deletions
13
machine-confs/idacloud.nix
Normal file
13
machine-confs/idacloud.nix
Normal 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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue