Compare commits

...

2 Commits

2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@
];
# nix optimization
nix.optimise= {
nix.optimise = {
automatic = true;
dates = [ "03:45" ];
};

View File

@ -8,6 +8,12 @@
../../builds/gmail_mail_bridge.nix
];
# nix optimization
nix.optimise = {
automatic = true;
dates = [ "03:45" ];
};
networking.networkmanager.enable = true;
time.timeZone = "America/Chicago";