From a42ac52f9d5341af05fe91166f878985e7fcbab0 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 28 Feb 2024 09:10:57 +0000 Subject: [PATCH] feat: add php to the skynet users server --- applications/skynet_users.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/skynet_users.nix b/applications/skynet_users.nix index cc0fd22..a364361 100644 --- a/applications/skynet_users.nix +++ b/applications/skynet_users.nix @@ -55,7 +55,10 @@ in { } ]; - environment.systemPackages = [pkgs.vim]; + environment.systemPackages = with pkgs; [ + vim + php + ]; networking = { defaultGateway = {