https://github.com/samueljoli/systems
Nix flake for declaratively managing and configuring all of my systems.
https://github.com/samueljoli/systems
dotfiles home-manager macos nix nix-darwin raspberry-pi
Last synced: 3 months ago
JSON representation
Nix flake for declaratively managing and configuring all of my systems.
- Host: GitHub
- URL: https://github.com/samueljoli/systems
- Owner: samueljoli
- Created: 2024-10-13T22:05:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T01:26:07.000Z (over 1 year ago)
- Last Synced: 2025-06-03T18:42:47.963Z (about 1 year ago)
- Topics: dotfiles, home-manager, macos, nix, nix-darwin, raspberry-pi
- Language: Lua
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Systems
> Nix flake for declaratively managing and configuring all of my systems.


## Install [Nix](https://github.com/DeterminateSystems/nix-installer) installer
```bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```
> [!NOTE]
> This enables [flakes](https://nixos.wiki/wiki/Flakes) by default
## Bootstrap
```bash
nix run github:samueljoli/systems#machine_name
```
> replace `machine_name` with correct `hostname`.
### See also
[`:wiki`](https://github.com/samueljoli/lakay-darwin/wiki)