nix-config/modules/nixos-modules/server/default.nix
2024-12-11 20:06:26 -06:00

6 lines
52 B
Nix

{...}: {
imports = [
./network_storage
];
}