try without cloudinit

This commit is contained in:
TheWanderingCrow 2025-02-10 20:22:23 +00:00
parent 5ace176f30
commit 53fe81168b

View file

@ -102,11 +102,6 @@
networking.hostName = "WCE-Lighthouse1";
networking.useDHCP = nixpkgs.lib.mkForce false;
sops.defaultSopsFile = inputs.nix-secrets.secrets.lighthouse1;
services.cloud-init = {
enable = true;
network.enable = true;
};
}
]
++ baseModules;