From 85e8ddc4d72a1ca8e36638497df3f353c0bc9025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Sat, 22 Feb 2025 18:28:53 +0100 Subject: [PATCH] Remove kubernetes localhost config --- systems/t1/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systems/t1/configuration.nix b/systems/t1/configuration.nix index 0c33c38..d67050d 100644 --- a/systems/t1/configuration.nix +++ b/systems/t1/configuration.nix @@ -37,10 +37,6 @@ }; }; - networking.extraHosts = '' - 127.0.0.1 kubernetes.default.svc.cluster.local - ''; - services.restic.backups = { datasets = { repository = "rclone:gdrive:/Datasets";