diff options
author | Ben Sima <ben@bsima.me> | 2021-10-17 11:52:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:38 -0500 |
commit | f432b7057738cb5123c8e1b506a2a1199e71ee72 (patch) | |
tree | f9a1f2eda099530934ea1f56d58ea08ba25e304b /Biz/Packages.nix | |
parent | 8e1340bda701171e3557840332c4f3c30e1afc28 (diff) |
Update cloud services
Rebuilt email server, started wireguard setup.
Diffstat (limited to 'Biz/Packages.nix')
-rw-r--r-- | Biz/Packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Packages.nix b/Biz/Packages.nix index 4de578f..2538546 100644 --- a/Biz/Packages.nix +++ b/Biz/Packages.nix @@ -16,6 +16,7 @@ with pkgs; traceroute vim vnstat + wireguard wget ]; } |