Fix gc options

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2023-12-25 13:29:02 -05:00
parent 821f798c47
commit 0d61dcd079

View File

@ -116,7 +116,7 @@
gc = {
automatic = true;
dates = "weekly";
options = "--delete-oder-than 30d";
options = "--delete-older-than 30d";
};
diffSystem = true;
@ -130,4 +130,4 @@
flake = "github:RAD-Development/nix-dotfiles";
};
};
}
}