mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-21 13:20:33 +01:00
Readme update
This commit is contained in:
parent
96bd6b7e40
commit
cda64c2dff
22
README.md
22
README.md
|
@ -1,12 +1,18 @@
|
|||
# Flake-based, Multi-Host NixOS Configuration
|
||||
|
||||
---
|
||||
## Output of `nix flake show`:
|
||||
## Layout
|
||||
|
||||
|
||||
![Output of nix flake show](./assets/screen-nix-flake-show.png)
|
||||
|
||||
## Output of `nix flake metadata`
|
||||
|
||||
![Output of nix flake show](./assets/screen-nix-flake-metadata.png)
|
||||
---
|
||||
- `common`: Stuff that is the same for every host
|
||||
- `home`: Home-Manager Configuration
|
||||
- `config-files`: Stuff I haven't migrated into Nix expressions (yet)
|
||||
- `modules`: Per-application modules for all sorts of stuff
|
||||
- `hosts`
|
||||
- `aarch64-linux/alastor`: Apple MacBook Air M1
|
||||
- `x86_64-linux`
|
||||
- `asmodeus`: My tower PC packing a Ryzen 7 5800X;, 48GB DDR4 RAM, GTX3060 and a shitload of drives (around 62TB)
|
||||
- `beleth`: My Hetzner EX41 Server with an Intel i7 6700, 64GB DDR4 RAM, 8TB (2x4)
|
||||
- `lambda`: Lenovo IdeaPad C340-14IML
|
||||
- `lilith`: Lenovo ThinkPad T480, 32GB DDR4 RAM, 1TB NVME
|
||||
- `seraphim`: 2012-ish Mac-Mini with 4TB of Storage
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue