diff --git a/hosts/linode/default.nix b/hosts/linode/default.nix index 8273b98..20b68c7 100644 --- a/hosts/linode/default.nix +++ b/hosts/linode/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ @@ -16,4 +16,8 @@ greg.tailscale.enable = true; networking.hostName = "linode"; networking.domain = "thehellings.com"; + environment.systemPackages = with pkgs; [ + graphviz + nix-du + ]; }