leon: enable stats

This commit is contained in:
Astro 2022-08-31 20:10:40 +02:00
parent 3420b853de
commit 96d02609db

View File

@ -118,10 +118,11 @@ in
wheelNeedsPassword = false;
};
c3d2.hq.statistics.enable = true;
# List packages installed in system profile. To search, run:
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs; [
wget vim python3Full nmap htop wireguard-tools
];