From 8de6f4b686c0bed6eafc3a63e62a0ee8a9d6fbaf Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 28 Oct 2020 23:56:30 +0100 Subject: [PATCH] sambashare enable at home --- configs/pepe/configuration.nix | 14 ++++++++------ configs/pepe/syncthing.nix | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/configs/pepe/configuration.nix b/configs/pepe/configuration.nix index e29923b..a8e28b7 100644 --- a/configs/pepe/configuration.nix +++ b/configs/pepe/configuration.nix @@ -6,7 +6,7 @@ ./hardware-configuration.nix ./home-assistant.nix - #./kodi.nix + ./kodi.nix ./syncthing.nix ./tinc.nix ./wifi-access-point.nix @@ -27,13 +27,15 @@ # networking # ---------- - system.custom.wifi = { - enable = false; - interfaces = [ "wlp3s0" ]; - configurationFile = ; - }; + #system.custom.wifi = { + #enable = false; + #interfaces = [ "wlp3s0" ]; + #configurationFile = ; + #}; + # just enable lan networking.dhcpcd.allowInterfaces = [ "enp0s25" ]; + # nix-shell -p speedtest_cli --run speedtest configuration.fireqos = { enable = true; diff --git a/configs/pepe/syncthing.nix b/configs/pepe/syncthing.nix index 8572b05..288e14e 100644 --- a/configs/pepe/syncthing.nix +++ b/configs/pepe/syncthing.nix @@ -3,7 +3,7 @@ users.groups."syncthing".members = [ "mpd" "syncthing" "kodi" ]; custom.samba-share = { - enable = false; + enable = true; folders = { movies = config.test.services.syncthing.declarative.folders.movies.path; music =