Skip to content

Laurent2916/Infrastructure

Repository files navigation

LaureΞ·t's Infrastructure

Highlights

This repository contains the configuration files for my personal infrastructure. It is based on NixOS, a declarative Linux distribution that enables reliable system upgrades. The infrastructure is organized as follows:

.
β”œβ”€β”€ secrets           # Managed by agenix
β”œβ”€β”€ home              # Managed by Home Manager
β”‚   β”œβ”€β”€ shell         # fish shell dotfiles
β”‚   β”œβ”€β”€ desktop       # hyprland wayland desktop
β”‚   β”œβ”€β”€ applications  # firefox, thunderbird, ...
β”‚   └── packages.nix  # miscellaneous packages
└── hosts             # Managed by NixOS
    β”œβ”€β”€ aurum         # work laptop
    β”‚   β”œβ”€β”€ services  # greetd, ...
    β”‚   └── system    # impermanence, disko, ...
    └── xenon         # home server
        β”œβ”€β”€ services  # forgejo, atuin, ...
        └── system    # impermanence, disko, ...