From aed74b5a577007554f42665ca94f2acb1b68f28a Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 11 May 2022 22:34:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20plato:=20remove=20docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/plato/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plato/configuration.nix b/hosts/plato/configuration.nix index aaa32cf..f4f51fa 100644 --- a/hosts/plato/configuration.nix +++ b/hosts/plato/configuration.nix @@ -47,7 +47,7 @@ }; system.autoUpgrade.enable = false; - environment.systemPackages = with pkgs; [ docker-compose pinentry weechat ]; + environment.systemPackages = with pkgs; [ pinentry weechat ]; fileSystems."/mnt/downloads" = { device = "192.168.6.100:/volume1/Downloads";