temperance/configuration.nix: remove emacs and docker
This commit is contained in:
parent
812812acac
commit
7e17fd9893
1 changed files with 0 additions and 6 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue