Update darwin configuration to use aarch64

This commit is contained in:
Dave Gallant
2022-06-21 22:57:53 -04:00
parent 0d265accf8
commit ce84f71eb0
8 changed files with 31 additions and 140 deletions

View File

@@ -3,7 +3,7 @@
environment = {variables = {LANG = "en_US.UTF-8";};};
networking = {hostName = "demeter";};
networking = {hostName = "zelus";};
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;