Skip to content

Commit 3b8d041

Browse files
fix: Add setting to make sure cloud-init actually changes network settings
1 parent c0032b2 commit 3b8d041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
# Enabling things for easy connectivity and for integration with Proxmox, as well as other hypervisors
1818
services.cloud-init.enable = true;
19+
services.cloud-init.network.enable = true;
1920
services.openssh = {
2021
enable = true;
2122
settings.PermitRootLogin = "prohibit-password";

0 commit comments

Comments
 (0)