aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tharos/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/tharos/default.nix b/tharos/default.nix
index 65f2024..f0df872 100644
--- a/tharos/default.nix
+++ b/tharos/default.nix
@@ -13,12 +13,7 @@
nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "25.05";
- services.cloud-init = {
- enable = true;
- network.enable = true;
- };
- # `cloud-init` übernimmt Netzwerkeinstellungen
- networking.useDHCP = false;
+ networking.useDHCP = true;
nix = {
settings.trusted-users = [