We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e5eca commit 6eeee85Copy full SHA for 6eeee85
configuration.nix
@@ -17,6 +17,7 @@
17
# Enabling things for easy connectivity and for integration with Proxmox, as well as other hypervisors
18
services.cloud-init.enable = true;
19
services.cloud-init.network.enable = true;
20
+ networking.useDHCP = false; # cloud-init should handle this
21
services.openssh = {
22
enable = true;
23
settings.PermitRootLogin = "prohibit-password";
@@ -29,6 +30,7 @@
29
30
# For convenience of installation/debugging
31
security.sudo.wheelNeedsPassword = false;
32
environment.systemPackages = with pkgs; [
33
+ cloud-init
34
nano
35
vim
36
man-db
0 commit comments