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 ];