diff options
author | Alan Pearce | 2017-10-26 14:55:24 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-26 14:55:24 +0200 |
commit | 6b27e743d57c3305a84267e654220f65eab724a3 (patch) | |
tree | 865b8052aab61a370d07bab14cf1b7834daac6ef | |
parent | 43f89c30d09beac4b7dee577dd6bb55f6986eb19 (diff) | |
download | nixos-configuration-6b27e743d57c3305a84267e654220f65eab724a3.tar.lz nixos-configuration-6b27e743d57c3305a84267e654220f65eab724a3.tar.zst nixos-configuration-6b27e743d57c3305a84267e654220f65eab724a3.zip |
Auto-prune docker images
-rw-r--r-- | modules/satoshipay.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index ac9d5f2..a56deab 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix @@ -9,6 +9,10 @@ in enable = true; enableOnBoot = false; liveRestore = false; + + autoPrune = { + enable = true; + }; }; }; |