Don't compress logs periodically - hydra-queue-runner does this already
Eelco Dolstra committed
Jul 10, 2015 at 17:11 UTC
445b93c684ba5b9b7817888a111618c7aeca4e39
1 file changed
-9
delft/lucifer.nix
-9
@@ -99,15 +99,6 @@ with lib;
99
nix.sshServe.enable = true;
100
nix.sshServe.keys = with import ../ssh-keys.nix; [ eelco rob ];
101
102
- systemd.services.nix-compress-logs =
103
- { script =
104
- ''
105
- touch -d 'last month' /root/.r
106
- find /nix/var/log/nix/drvs -type f -a ! -newer /root/.r -name '*.drv' | xargs bzip2 -v
107
- '';
108
- startAt = "Sun 01:45";
109
- };
110
-
102
users.extraUsers.hydra.openssh.authorizedKeys.keys = with import ../ssh-keys.nix; [ eelco rob ];
103
users.extraUsers.hydra-www.openssh.authorizedKeys.keys = with import ../ssh-keys.nix; [ eelco rob ];
104
users.extraUsers.hydra-queue-runner.openssh.authorizedKeys.keys = with import ../ssh-keys.nix; [ eelco rob ];