No description
Find a file
2026-02-17 18:44:47 +01:00
home feat (home/bash): username and hostname in prompt 2026-02-17 16:36:24 +01:00
hosts chore (hosts/mystra): remove ssl requirement (temporary) 2026-02-17 18:44:47 +01:00
nixos feat (nixos/server): add public ssh key for elistraee 2026-02-17 18:01:40 +01:00
shells feat (shells/why3-dev): menhir-lsp 2026-02-13 17:49:26 +01:00
flake.lock feat (hosts/mystra)!: server configuration 2026-02-17 14:26:44 +01:00
flake.nix feat (hosts/mystra)!: server configuration 2026-02-17 14:26:44 +01:00
README.md chore: modularization, factorization 2026-01-21 00:37:15 +01:00

Nixos configuration

.
├── flake.nix  // Top-level flake
├── home/      // home-manager configuration
├── hosts/     // host-specific configuration
├── nixos/     // generic system configuration
├── shells/    // generic development shells
└── [...]