diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 62d0e70..f9325a6 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -55,6 +55,14 @@ ]; }; + security.wrappers.btop = { + enable = true; + owner = "root"; + group = "root"; + source = "${pkgs.btop}/bin/btop"; + capabilities = "cap_perfmon=ep"; + }; + time.timeZone = "Europe/Tallinn"; networking = {