sambashare enable at home

This commit is contained in:
Ingolf Wagner 2020-10-28 23:56:30 +01:00
parent a7c02a0079
commit 8de6f4b686
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 9 additions and 7 deletions

View file

@ -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 = <secrets/wpa_supplicant>;
};
#system.custom.wifi = {
#enable = false;
#interfaces = [ "wlp3s0" ];
#configurationFile = <secrets/wpa_supplicant>;
#};
# just enable lan
networking.dhcpcd.allowInterfaces = [ "enp0s25" ];
# nix-shell -p speedtest_cli --run speedtest
configuration.fireqos = {
enable = true;

View file

@ -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 =