From 56aa0c8de8c522c978c076eb40f42e6893bc6001 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 11 Sep 2020 18:44:18 +0200 Subject: [PATCH] nunotaba: Remove texlive Running `nixos-rebuild switch` consumes 8% less memory. Where texlive is needed, it should be used with nix-shell. --- machines/nunotaba/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nunotaba/configuration.nix b/machines/nunotaba/configuration.nix index da5a5de..040a679 100644 --- a/machines/nunotaba/configuration.nix +++ b/machines/nunotaba/configuration.nix @@ -5,7 +5,7 @@ [ ./hardware-configuration.nix ../../modules/restic.nix - ../../modules/texlive.nix + #../../modules/texlive.nix ../../profiles/base.nix ../../profiles/dev.nix ../../profiles/gui.nix