Compare commits
2 Commits
8c7ba43b93
...
7ae57a2f0d
Author | SHA1 | Date |
---|---|---|
stupidcomputer | 7ae57a2f0d | |
stupidcomputer | 883a0e6ee6 |
|
@ -9,7 +9,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# nix optimization
|
# nix optimization
|
||||||
nix.optimise= {
|
nix.optimise = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = [ "03:45" ];
|
dates = [ "03:45" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
../../builds/gmail_mail_bridge.nix
|
../../builds/gmail_mail_bridge.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# nix optimization
|
||||||
|
nix.optimise = {
|
||||||
|
automatic = true;
|
||||||
|
dates = [ "03:45" ];
|
||||||
|
};
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "America/Chicago";
|
||||||
|
|
Loading…
Reference in New Issue