init: macmini nixos configuration.

This commit is contained in:
Sky
2026-01-27 07:44:31 +00:00
commit a4b60e72a8
13 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ ... }:
{
services.openssh.enable = true;
networking = {
hostName = "macmini";
firewall.enable = false;
networkmanager.enable = true;
};
}