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