nichts/nyx/hosts/hermes/default.nix

11 lines
106 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
imports = [
./fs
./modules
./encryption.nix
./networking.nix
./system.nix
];
}