fix: remove pre-commit, gc settings
This commit is contained in:
parent
7ca12a38ae
commit
6e7605a562
2 changed files with 7 additions and 2 deletions
|
|
@ -6,8 +6,6 @@
|
|||
}:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.pre-commit ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
|
|||
|
|
@ -145,6 +145,7 @@
|
|||
];
|
||||
|
||||
nix.settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
@ -155,5 +156,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue