machines-config/nixosModules/default.nix

10 lines
89 B
Nix
Raw Normal View History

2024-12-19 00:02:50 +01:00
{ ... }:
2024-12-18 23:14:56 +01:00
{
imports = [
2024-12-19 00:02:50 +01:00
./services
./networking
2024-12-18 23:14:56 +01:00
./users
./locale
];
}