Skip to content

Commit

Permalink
Keep docker images from the last 24 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 23, 2023
1 parent c699adf commit 2f63211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/nixos/astoria/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
dates = "monthly";
flags = [
"--all"
"--filter=24h"
];
};
defaultNetwork.settings.dns_enabled = true;
Expand All @@ -198,6 +199,7 @@
enable = true;
flags = [
"--all"
"--filter=24h"
];
};
enableOnBoot = false;
Expand Down

0 comments on commit 2f63211

Please sign in to comment.