declarative-talk/presentation.md
2023-09-29 00:24:16 -04:00

49 lines
757 B
Markdown

---
marp: true
title: Declarative Distrbutions
description: Declarative Distrbutions
theme: uncover
class:
- invert
transition: fade
paginate: true
---
# Declarative Distros
![bg right 80%](nix.png)
![bg right 80%](guix.png)
---
# Quick Disclamer
We are both GNU Guix Users
While we will try to talk about generalities of declarative operating system paradigms, Guix and Nix specific things, etc, we may get some Nix (and even Guix) things wrong.
---
# What is a Declarative Distro?
### What does it mean?
---
- A operating system defined by configuration
- Without state
- System is reproducible
---
# Reproducible
- Systems have a given configuration
- Configuration can duplicate systems
---
# Reproducible
![w:25em](diagram.png)
---