S3: removed unnecessary gateways
This commit is contained in:
parent
a02853e64f
commit
f4b2644bd1
9 changed files with 60 additions and 62 deletions
|
|
@ -186,8 +186,7 @@ with lib; {
|
|||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages =
|
||||
builtins.attrValues { inherit (pkgs) tmux helix vim git ntfs3g s3fs; };
|
||||
environment.systemPackages = builtins.attrValues { inherit (pkgs) tmux helix vim git ntfs3g; };
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue