Skip to content

Laurent2916/Infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, ...