From 37e39d66cb3deabd0901f3668b2215663a1a941a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Feb 2022 13:19:16 -0800 Subject: NAS: initial configuration For now we only want samba on it. --- hosts/common/nas.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosts/common/nas.nix (limited to 'hosts/common/nas.nix') diff --git a/hosts/common/nas.nix b/hosts/common/nas.nix new file mode 100644 index 0000000..09dd5e7 --- /dev/null +++ b/hosts/common/nas.nix @@ -0,0 +1,7 @@ +{ config, pkgs, lib, ... }: + +{ + imports = [ + ./server/samba.nix + ]; +} -- cgit v1.2.3