Compare commits

...

2 commits

Author SHA1 Message Date
a92d376132
Autorestic: Add scheduled autoprune 2024-10-02 11:12:04 +02:00
91a7f8b164
flake.lock: Update 2024-10-02 11:11:15 +02:00
2 changed files with 32 additions and 19 deletions

View file

@ -137,11 +137,11 @@
]
},
"locked": {
"lastModified": 1727359191,
"narHash": "sha256-5PltTychnExFwzpEnY3WhOywaMV/M6NxYI/y3oXuUtw=",
"lastModified": 1727531434,
"narHash": "sha256-b+GBgCWd2N6pkiTkRZaMFOPztPO4IVTaclYPrQl2uLk=",
"owner": "nix-community",
"repo": "disko",
"rev": "67dc29be3036cc888f0b9d4f0a788ee0f6768700",
"rev": "b709e1cc33fcde71c7db43850a55ebe6449d0959",
"type": "github"
},
"original": {
@ -159,11 +159,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1727409802,
"narHash": "sha256-bTdztNxJL+dAcQ1yCtXy2upnvPt1FWerbRvzg3quhbU=",
"lastModified": 1727603668,
"narHash": "sha256-E+D2UpQLqI2MXhtcBNVYuQnOAg6NAPLJIz1Kgl280ls=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "7964499d31675bc17b042f5ba46abe6bc2ea79af",
"rev": "589f99a0ce89acdf11c9f30a5175e065ae4340db",
"type": "gitlab"
},
"original": {
@ -378,11 +378,11 @@
},
"hardware": {
"locked": {
"lastModified": 1727040444,
"narHash": "sha256-19FNN5QT9Z11ZUMfftRplyNN+2PgcHKb3oq8KMW/hDA=",
"lastModified": 1727665282,
"narHash": "sha256-oKtfbQB1MBypqIyzkC8QCQcVGOa1soaXaGgcBIoh14o=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "d0cb432a9d28218df11cbd77d984a2a46caeb5ac",
"rev": "11c43c830e533dad1be527ecce379fcf994fbbb5",
"type": "github"
},
"original": {
@ -794,11 +794,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1727122398,
"narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
"lastModified": 1727634051,
"narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github"
},
"original": {
@ -954,11 +954,11 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1727264057,
"narHash": "sha256-KQPI8CTTnB9CrJ7LrmLC4VWbKZfljEPBXOFGZFRpxao=",
"lastModified": 1727672256,
"narHash": "sha256-9/79hjQc9+xyH+QxeMcRsA6hDyw6Z9Eo1/oxjvwirLk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "759537f06e6999e141588ff1c9be7f3a5c060106",
"rev": "1719f27dd95fd4206afb9cec9f415b539978827e",
"type": "github"
},
"original": {
@ -1082,11 +1082,11 @@
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
"lastModified": 1727423009,
"narHash": "sha256-+4B/dQm2EnORIk0k2wV3aHGaE0WXTBjColXjj7qWh10=",
"lastModified": 1727734513,
"narHash": "sha256-i47LQwoGCVQq4upV2YHV0OudkauHNuFsv306ualB/Sw=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "127a96f49ddc377be6ba76964411bab11ae27803",
"rev": "3198a242e547939c5e659353551b0668ec150268",
"type": "github"
},
"original": {

View file

@ -64,8 +64,11 @@ in {
version: 2
global:
forget:
keep-weekly: 7
keep-last: 5
keep-weekly: 1
keep-monthly: 12
keep-yearly: 7
keep-within: '14d'
extras:
default_hooks: &default_hooks
@ -81,6 +84,7 @@ in {
to:
- zfs
- eustachius
forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00
hooks:
<<: *default_hooks
@ -94,6 +98,7 @@ in {
- zfs
- ssd
- eustachius
forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00
hooks:
<<: *default_hooks
@ -106,6 +111,7 @@ in {
to:
- zfs
- eustachius
forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00
hooks:
<<: *default_hooks
@ -157,6 +163,7 @@ in {
to:
- zfs
- eustachius
forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00
hooks:
<<: *default_hooks
@ -182,6 +189,7 @@ in {
to:
- zfs
- eustachius
forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00
hooks:
<<: *default_hooks
@ -204,6 +212,7 @@ in {
from: /storage/dataset/docker/headscale
to:
- zfs
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
hooks:
<<: *default_hooks
@ -217,6 +226,7 @@ in {
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
hooks:
<<: *default_hooks
@ -230,6 +240,7 @@ in {
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
hooks:
<<: *default_hooks
@ -243,6 +254,7 @@ in {
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
hooks:
<<: *default_hooks
@ -256,6 +268,7 @@ in {
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
hooks:
<<: *default_hooks