feat: add php to the skynet users server
This commit is contained in:
parent
44f123289f
commit
a42ac52f9d
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.vim];
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
php
|
||||
];
|
||||
|
||||
networking = {
|
||||
defaultGateway = {
|
||||
|
|
Loading…
Reference in a new issue