11 lines
561 B
Plaintext
11 lines
561 B
Plaintext
# Project Rules: nixos-infra
|
|
|
|
## Goals
|
|
|
|
The goal is to enable the deployment and maintenance of network infrastructure and application services
|
|
(DNS, git repository server, password manager, file server, backup server, reverse proxy,
|
|
workstations, etc.). The git repository contains all files needed to configure and install
|
|
any machine in the fleet (OS images, configuration files, deployment and maintenance scripts).
|
|
The target is to be able to rebuild the entire fleet from a Linux workstation (not necessarily NixOS)
|
|
where this repository has been cloned.
|