nixos/atop: Add configuration for atop services, allow to enable netatop, gpuatop, allow setuid wrapper

This commit is contained in:
Paul Schyska
2021-05-16 18:22:03 +02:00
parent 327dcea4cc
commit 8f3d2e5c3b
3 changed files with 251 additions and 8 deletions
+1
View File
@@ -28,6 +28,7 @@ in
amazon-init-shell = handleTest ./amazon-init-shell.nix {};
ammonite = handleTest ./ammonite.nix {};
atd = handleTest ./atd.nix {};
atop = handleTest ./atop.nix {};
avahi = handleTest ./avahi.nix {};
avahi-with-resolved = handleTest ./avahi.nix { networkd = true; };
awscli = handleTest ./awscli.nix { };