feat: darwin system apps and sk ssh keys working

This commit is contained in:
Iain Learmonth 2025-07-06 22:54:49 +01:00
parent fca82b60ce
commit c4ad720492
2 changed files with 72 additions and 2 deletions

7
darwin/irl-mac-mini.nix Normal file
View file

@ -0,0 +1,7 @@
{
lib,
...
}:
{
networking.hostName = "irl-mac-mini";
}