about summary refs log tree commit diff
path: root/hosts/common/nas.nix
blob: 09dd5e70d27c4e9894f6fdd7d5a98c8eccdf5214 (plain) (blame)
1
2
3
4
5
6
7
{ config, pkgs, lib, ... }:

{
  imports = [
    ./server/samba.nix
  ];
}