{ lib, ... }: { imports = [ ./packages.nix ./tarball.nix ]; boot.isContainer = true; networking.domain = "alef.zoar.cx"; time.timeZone = "America/Chicago"; this.locales.default = "us"; this.locales.dictionaries.enable = true; networking.firewall.enable = false; networking.useDHCP = false; xdg = { autostart.enable = false; icons.enable = false; mime.enable = false; sounds.enable = false; }; this.buildMachines = ["pinto"]; this.hosts = { lan.home = true; mine = true; yggdrasil.public = true; yggdrasil.private = true; }; services.yggdrasil.enable = lib.mkForce false; system.stateVersion = "24.11"; }