diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbfdf57 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Mac Mini Home Server + +The repository contains the configuration files for a lightweight NixOS server +with no graphical environment, for a early 2010s Mac Mini. It contains the necessary drivers +for WiFi support and listens for SSH connections automatically, and has server necessities like +docker. + +The default interactive shell is `fish` and `nvim` with no configuration files is the default editor. diff --git a/configuration.nix b/configuration.nix index 333fa82..0d132b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,6 +73,7 @@ btop zellij powertop + gh ]; };