From 3e73ddbcefb89456f0ec4143eee6df348cfd4f65 Mon Sep 17 00:00:00 2001 From: emily Date: Fri, 17 May 2024 12:27:50 +0200 Subject: [PATCH 1/2] disabled man cache it takes forever to generate --- config/common/default.nix | 1 + config/profiles/headless.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common/default.nix b/config/common/default.nix index 214df7e..6d246ce 100644 --- a/config/common/default.nix +++ b/config/common/default.nix @@ -36,6 +36,7 @@ with lib; { security.dhparams.defaultBitSize = 4096; + documentation.man.generateCaches = false; system.activationScripts.motd.text = let cfg = config.system.nixos; in '' diff --git a/config/profiles/headless.nix b/config/profiles/headless.nix index 1fe23d4..21f6ecb 100644 --- a/config/profiles/headless.nix +++ b/config/profiles/headless.nix @@ -2,7 +2,6 @@ kyouma.machine-type.headless = true; - documentation.man.generateCaches = false; environment.systemPackages = with pkgs; [ vim ]; From cd953a5dd5446486306eb36dc837cb83801262ab Mon Sep 17 00:00:00 2001 From: Update Bot Date: Fri, 17 May 2024 12:29:28 +0200 Subject: [PATCH 2/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/44677a1c96810a8e8c4ffaeaad10c842402647c1' (2024-05-12) → 'github:nix-community/home-manager/e3ad5108f54177e6520535768ddbf1e6af54b59d' (2024-05-17) • Updated input 'nixvim': 'github:nix-community/nixvim/72ff1489c7f40dae829fafc689fb6a57099a9739' (2024-05-16) → 'github:nix-community/nixvim/d844ac1a0656d64266c2c95aec7f529420915d68' (2024-05-17) --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index d66a55e..34b3479 100644 --- a/flake.lock +++ b/flake.lock @@ -478,11 +478,11 @@ ] }, "locked": { - "lastModified": 1715486357, - "narHash": "sha256-4pRuzsHZOW5W4CsXI9uhKtiJeQSUoe1d2M9mWU98HC4=", + "lastModified": 1715930644, + "narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=", "owner": "nix-community", "repo": "home-manager", - "rev": "44677a1c96810a8e8c4ffaeaad10c842402647c1", + "rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d", "type": "github" }, "original": { @@ -651,11 +651,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1715891811, - "narHash": "sha256-HC3JxKLeXDL2NpHjD+GD+XxvGmYsq/yqSX8TCLa3atA=", + "lastModified": 1715931372, + "narHash": "sha256-98qhqObzvcYFK2Uafy3gutaCNgsV6NMozzlrXlB2I8o=", "owner": "nix-community", "repo": "nixvim", - "rev": "72ff1489c7f40dae829fafc689fb6a57099a9739", + "rev": "d844ac1a0656d64266c2c95aec7f529420915d68", "type": "github" }, "original": {