/** * Ubuntu Server Mode Fixes * * Fixes for configuring Ubuntu as a deployment server: * - Disable suspend/sleep * - Enable SSH * - Configure UFW firewall * - Disable unattended upgrades auto-restart */ import type { Fix } from '../../../../types/index.js'; export declare const ubuntuFixes: Fix[]; //# sourceMappingURL=ubuntu.d.ts.map