Nix config files for my laptop and servers
0

Configure Feed

Select the types of activity you want to include in your feed.

Nix 91.8%
Other 8.2%
125 1 0

Clone this repository

https://git.vm.fail/haripm.com/seafoam https://git.vm.fail/did:plc:z2vvuvmmlgskmir77q6axeuz
ssh://git@knot1.tangled.sh:2222/haripm.com/seafoam ssh://git@knot1.tangled.sh:2222/did:plc:z2vvuvmmlgskmir77q6axeuz

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


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