{ pkgs, flake, modulesPath, config, ... }: let inherit (flake) inputs; inherit (inputs) self; in { imports = [ self.nixosModules.default "${modulesPath}/virtualisation/lxc-container.nix" ]; deploy = { address = "200:7e25:554c:6df3:2c5:2de:6f9f:a96d"; }; networking = { hostName = "link-warden-tofu"; }; environment.systemPackages = with pkgs; [ cowsay ]; system.stateVersion = "25.05"; }