From f212b654c2224dfcac0b43610f52bb079d54967b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 26 Sep 2024 17:23:38 +0300 Subject: [PATCH] Revert "vno1-gdrx: +tilemaker" This reverts commit c619ec4f2dd7bc131720328b2d681645deeffc44. --- hosts/vno1-gdrx/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index d3580eb..a3e9379 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -174,10 +174,7 @@ in }; }; - environment.systemPackages = with pkgs; [ - thunderbird - tilemaker - ]; + environment.systemPackages = with pkgs; [ thunderbird ]; networking = { hostName = "vno1-gdrx";