Removed nixos / linux bits

This commit is contained in:
Olaf
2026-07-30 16:38:22 +02:00
parent 45bf546b85
commit 2c31a2aced
28 changed files with 15 additions and 3308 deletions
+4 -7
View File
@@ -1,12 +1,9 @@
# A NIX Config To Rule Them all
_now mostly focused on my Mac Machines_
# A macOS nix-darwin config
Started with a configuration generated from [this nixos config template](https://github.com/dustinlyons/nixos-config/)
This repository now focuses on macOS systems managed with nix-darwin.
Installed nix with `--nix-build-group-id 30000`
Started with a configuration generated from [this nixos config template](https://github.com/dustinlyons/nixos-config/)Installed nix with `--nix-build-group-id 30000`
Initialy created 'with secrets' but stripped out the git/agenix in favor of sops
```
mkdir -p nixos-config && cd nixos-config && nix flake --extra-experimental-features 'nix-command flakes' init -t github:dustinlyons/nixos-config#starter-with-secrets
```
Refactored the configuration to remove nixos but keep the shared modules and Darwin host setup, with no NixOS trees or Linux app targets.