nichts/hosts/tower/default.nix
2025-03-02 19:35:22 +01:00

8 lines
119 B
Nix

_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./filesystem
];
}