From dbe24af09c56652a1ad92300e90be8f0942eb33e Mon Sep 17 00:00:00 2001 From: Jay Looney Date: Sat, 8 Nov 2025 14:04:50 -0600 Subject: [PATCH] chore: remove domain decl from lithium --- hosts/lithium/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/lithium/configuration.nix b/hosts/lithium/configuration.nix index 5023ef1..a18dc08 100644 --- a/hosts/lithium/configuration.nix +++ b/hosts/lithium/configuration.nix @@ -2,7 +2,6 @@ { sops.defaultSopsFile = ./secrets/common.yaml; networking.hostName = "lithium"; - networking.domain = config.vars.domain; environment.systemPackages = with pkgs; [ zfs ];