forked from fediversity/fediversity
disable dhcp, fixing no-op
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
2b87ce0819
commit
03a9c9b305
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
"${sources.disko}/module.nix"
|
"${sources.disko}/module.nix"
|
||||||
../../../../infra/common/proxmox-qemu-vm.nix
|
../../../../infra/common/proxmox-qemu-vm.nix
|
||||||
];
|
];
|
||||||
|
networking.useDHCP = false;
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.cloud-init = {
|
services.cloud-init = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue