🔥 plato: remove docker-compose

This commit is contained in:
James Walker 2022-05-11 22:34:18 -04:00
parent f566a19c76
commit aed74b5a57
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -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";