From 4a7513ba231dd4d221354eaa90564acba35d1197 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 2 Mar 2023 08:24:14 +0000 Subject: [PATCH] moby: re-enable nixos documentation now that we properly cross compile (no emulation), it's pretty trivial. --- hosts/by-name/moby/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 87c3aa64..996d3b3d 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -10,13 +10,6 @@ sane.services.wg-home.enable = true; sane.services.wg-home.ip = config.sane.hosts.by-name."moby".wg-home.ip; - # cross-compiled documentation is *slow*. - # no obvious way to natively compile docs (2022/09/29). - # entrypoint is nixos/modules/misc/documentation.nix - # doc building happens in nixos/doc/manual/default.nix - # TODO: we could *maybe* inject pkgs.buildPackages.xyz = cross.buildPackages.xyz? - documentation.nixos.enable = false; - # XXX colin: phosh doesn't work well with passwordless login, # so set this more reliable default password should anything go wrong users.users.colin.initialPassword = "147147";