From 7e17fd989366e3e5ca8dda5816241ec82a9fa196 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 24 Mar 2025 18:45:42 +0100 Subject: [PATCH] temperance/configuration.nix: remove emacs and docker --- hosts/temperance/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 56a24a2..e4e920c 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -34,13 +34,7 @@ in { services = { fstrim.enable = lib.mkDefault true; - emacs = { - enable = true; - install = true; - package = pkgs.emacs-pgtk; - }; }; - virtualisation.docker.enable = true; meta = { mainUser.gitSigningKey = "";