chore: remove domain decl from lithium

This commit is contained in:
Jay Looney 2025-11-08 14:04:50 -06:00
parent 2d3168d438
commit dbe24af09c

View file

@ -2,7 +2,6 @@
{ {
sops.defaultSopsFile = ./secrets/common.yaml; sops.defaultSopsFile = ./secrets/common.yaml;
networking.hostName = "lithium"; networking.hostName = "lithium";
networking.domain = config.vars.domain;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
zfs zfs
]; ];