config.nix/modules/connectivity/mounts/default.nix

12 lines
76 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./sshfs.nix
];
}