Skip to content

Commit

Permalink
2024/07/14-00:30:36
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 13, 2024
1 parent 483dfd9 commit 802a1a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ with lib;
imports = [ (import ./users.nix) ];

nix = {
optimise.automatic = mkDefault true;
optimise = {
automatic = mkDefault true;
dates = mkDefault [
"00:00"
"12:00"
];
};
settings = {
auto-optimise-store = mkDefault true;
experimental-features = mkDefault [
Expand Down

0 comments on commit 802a1a1

Please sign in to comment.