Move aarch64 devices

This commit is contained in:
Aaron Honeycutt 2023-05-12 16:18:39 -06:00
parent e83c01d338
commit c677ea1b89
3 changed files with 161 additions and 0 deletions

7
systems/aarch64/pbp.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "jaal";
}