hosts/darwin02: various
- add htop to systemPackages - set timezone
This commit is contained in:
parent
e33afe7f9c
commit
df2b560cc4
1 changed files with 9 additions and 0 deletions
|
@ -62,4 +62,13 @@ in
|
|||
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 14d";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
htop
|
||||
];
|
||||
|
||||
# works but displays error message during activation
|
||||
# https://github.com/LnL7/nix-darwin/issues/359
|
||||
# sudo systemsetup -settimezone 'GMT'
|
||||
#time.timeZone = "GMT";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue