No description
Find a file
2025-03-16 20:14:44 -06:00
bootstrap checkpoint: switching to nomad 2025-03-16 20:14:44 -06:00
contrib Initial commit 2024-11-23 10:27:27 -07:00
modules wip 2024-11-23 12:57:39 -07:00
operate checkpoint: switching to nomad 2025-03-16 20:14:44 -06:00
overlays wip 2024-11-23 12:57:39 -07:00
secrets checkpoint: switching to nomad 2025-03-16 20:14:44 -06:00
.envrc Wip: terraform stuff done, but nixos-anywhere stil in progress 2024-11-28 23:34:18 -07:00
.gitignore Wip: terraform stuff done, but nixos-anywhere stil in progress 2024-11-28 23:34:18 -07:00
env.sample WIP 2025-02-10 07:39:49 -07:00
flake.lock checkpoint 2024-12-28 18:29:47 -07:00
flake.nix checkpoint: switching to nomad 2025-03-16 20:14:44 -06:00
README.md WIP 2025-02-10 07:39:49 -07:00

SFOS

Self-host OS.

The goal of this project is a fully-declarative self-hosting platform based on NixOS.

This is not an actual operating system, but a collection of tools and Nix modules, built on top of NixOS, for bootstrapping and maintaining self-hosted software.

Everything here is currently a work-in-progress.

Overview

This repository is organized as follows

You are here

./README.md

The two most important directories here are

# Bootrap your cluster's resources like compute nodes
./bootstrap

# Deploy workloads to your cluster
./operate 

Each contain README files explaining how to use the modules.

Quick start

  1. cd ./bootstrap
  2. cat README.md
  3. Follow the documentation
  4. cd ./operate
  5. cat README.md
  6. Follow the documentation

Secrets

There are two types of SFOS secrets.

  1. Base system secrets which use agenix. These are used to bootstrap and manage the underlying infrastructure running SFOS.
  2. Workload secrets, which use setec