{ lib, ... }: { imports = [ ./impermanence.nix # TODO: find a way to avoid needing this here ]; boot.isContainer = true; custom.impermanence.enable = false; custom.tailscale.enable = false; networking.useDHCP = lib.mkForce false; }