Files

8 lines
68 B
Nix
Raw Permalink Normal View History

2026-06-28 15:47:18 +01:00
{ pkgs, ... }:
{
imports = [
./nas-mounts.nix
];
}