Add readmes
This commit is contained in:
parent
fbba1d3436
commit
fd605c040b
4 changed files with 18 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "NixOS Configurations";
|
description = "Nettika's NixOS Configs";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||||
|
|
|
||||||
6
hosts/readme.md
Normal file
6
hosts/readme.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Hosts
|
||||||
|
|
||||||
|
- [astral](astral) - VPS running miscellaneous servers
|
||||||
|
- [marauder](marauder) - My laptop
|
||||||
|
- [quasar](quasar) - VPS running the [consortium.chat](https://consortium.chat)
|
||||||
|
matrix-synapse instance
|
||||||
7
modules/readme.md
Normal file
7
modules/readme.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Modules
|
||||||
|
|
||||||
|
- `nano`: Base config for [nano](https://www.nano-editor.org)
|
||||||
|
- `nettika`: Base config for user "nettika"
|
||||||
|
- `promptmoji`: Fish prompt starting with an emoji to indicate which host I'm
|
||||||
|
logged into. The emoji is configured with `promptSymbol`. Ignored if
|
||||||
|
`programs.fish.enabled` is false.
|
||||||
4
readme.md
Normal file
4
readme.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Nettika's NixOS Configs
|
||||||
|
|
||||||
|
- [hosts](hosts) - my `nixosConfigurations`
|
||||||
|
- [modules](modules) - my `nixosModules`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue