Directory Structure
├── common # NixOS configuration files included on all hosts
├── desktop # Configuration for desktop hosts
├── services # Services that run on one or more hosts
│ ├── jitsi
│ ├── hedgedoc
│ ├── dns
│ └── ...
├── hosts # Host configurations
├── lib # useful Nix expressions and shell scripts
│ └── hosts.nix # The main entrypoint for building NixOS systems
├── users # configuration for people's user accounts on my systems
├── modules # NixOS modules not specific to my setup
└── pkgs # Overlay and packaging of applications not available in nixpkgs