nix/hosts/darwin/macbook/system.nix
2026-02-11 20:14:57 +01:00

10 lines
148 B
Nix

{ config, pkgs, ... }:
{
networking.computerName = "macbook";
networking.hostName = "macbook";
imports = [
../system-default.nix
];
}