Nix config files for my laptop and servers
Nix 85.7%
Lua 7.4%
Other 6.9%
107 1 0

Clone this repository

https://tangled.org/haripm.com/seafoam https://tangled.org/did:plc:bhwhisfx4yt46fp3qtwdaqed/seafoam
git@tangled.org:haripm.com/seafoam git@tangled.org:did:plc:bhwhisfx4yt46fp3qtwdaqed/seafoam

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Seafoamnix#

This repo contains Nix configuration for my personal computer and dev servers. It is based on Naomi Roberts' excellent NixOS configuration files.

System Arch Description
seafoam x86-64_linux My laptop

Structure#

├── flake.nix
├── hosts         # Systems managed by this config
│   └── seafoam
├── modules       # Modular pieces of the config
│   ├── home      # Home Manager modules
│   └── nixos     # System modules
└── users         # Users for the hosts
    └── hari