Skip to content

Commit 348002e

Browse files
committed
feat(hosts/chopper): add nvtop
1 parent f1803d4 commit 348002e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hosts/chopper/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ in
9696
secrets = lib.genAttrs secrets (_: { });
9797
};
9898

99+
environment.systemPackages = with pkgs; [
100+
nvtopPackages.nvidia
101+
];
102+
99103
# tailscale
100104
services.tailscale = {
101105
enable = true;

0 commit comments

Comments
 (0)