nixos-config/modules/server/default.nix

6 lines
41 B
Nix
Raw Normal View History

2023-11-12 00:40:26 +01:00
{
imports = [
./network.nix
];
}