From d40786e77fd172a163920a2b90de300097e3e56c Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 14:07:51 +0200 Subject: [PATCH] up --- hosts/nixos/tahani/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/nixos/tahani/default.nix b/hosts/nixos/tahani/default.nix index 8e8d3f2..5f73efe 100644 --- a/hosts/nixos/tahani/default.nix +++ b/hosts/nixos/tahani/default.nix @@ -1,10 +1,6 @@ { - config, - inputs, pkgs, - agenix, hostname, - user, ... }: { imports = [ @@ -43,9 +39,6 @@ networking = { hostName = hostname; - useDHCP = false; - interfaces."%INTERFACE%".useDHCP = true; + useDHCP = true; }; - - system.stateVersion = "21.05"; }