mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Enable webservice for testing on rubusidaeus
This commit is contained in:
parent
9de8497113
commit
03b8b8f311
|
@ -19,6 +19,8 @@ in {
|
||||||
torrent.enable = false;
|
torrent.enable = false;
|
||||||
virtualisation.enable = false;
|
virtualisation.enable = false;
|
||||||
yggdrasil-client.enable = true;
|
yggdrasil-client.enable = true;
|
||||||
|
|
||||||
|
server = { ivabus-dev.enable = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
|
|
Loading…
Reference in a new issue