32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# nixOS Config
|
|
|
|
### Common Files
|
|
* [flake.nix](./flake.nix)
|
|
|
|
### Desktop
|
|
* [configuration.nix](./hosts/desktop/configuration.nix)
|
|
* [hardware-configuration.nix](./hosts/desktop/hardware-configuration.nix)
|
|
* [home.nix](./hosts/desktop/home.nix)
|
|
* [impermenance.nix](./hosts/desktop/impermanence.nix)
|
|
* cachix
|
|
* [cachix.nix](./cachix/cachix.nix)
|
|
* [nix-community.nix](./cachix/nix-community.nix)
|
|
|
|
### NAS
|
|
* [configuration.nix](./hosts/nas/configuration.nix)
|
|
* [hardware-configuration.nix](./hosts/nas/hardware-configuration.nix)
|
|
* [samba](./nas-samba/samba.nix)
|
|
* nas-apps
|
|
* [swag](./nas-apps/swag.nix)
|
|
* [jellyfin](./nas-apps/jellyfin.nix)
|
|
* [jellyseerr](./nas-apps/jellyseerr.nix)
|
|
* [nextcloud](./nas-apps/nextcloud.nix)
|
|
* [collabora](./nas-apps/collabora.nix)
|
|
* [sabnzbd](./nas-apps/sabnzbd.nix)
|
|
* [sonarr](./nas-apps/sonarr.nix)
|
|
* [radarr](./nas-apps/radarr.nix)
|
|
|
|
### Raspberry Pi 4
|
|
* [configuration.nix](./hosts/pi4/configuration.nix)
|
|
* [hardware-configuration.nix](./hosts/pi4/hardware-configuration.nix)
|
|
* [docker](./hosts/pi4/docker-pi4.nix) |