{config}: { imports = [ "../profiles/core.nix" "../profiles/user.nix" "../mixins/tailscale.nix" ] config = { boot.supportedFilesystems = ["9p"]; fileSystems."/flake" = { fsType = "9p"; device = "host0"; options = ["_netdev"]; }; boot.kernelParams = [ "console=ttyS0" ]; }; }