This commit is contained in:
Yan Lin 2026-02-11 20:14:57 +01:00
parent 4d42df2800
commit b187febfcd
4 changed files with 0 additions and 8 deletions

View file

@ -1,11 +1,9 @@
{ config, pkgs, ... }:
{
# MacBook-specific configuration
networking.computerName = "imac";
networking.hostName = "imac";
# Import common Darwin configuration
imports = [
../system-default.nix
];