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 ./hardware-configuration.nix
./home-assistant.nix ./home-assistant.nix
#./kodi.nix ./kodi.nix
./syncthing.nix ./syncthing.nix
./tinc.nix ./tinc.nix
./wifi-access-point.nix ./wifi-access-point.nix
@ -27,13 +27,15 @@
# networking # networking
# ---------- # ----------
system.custom.wifi = { #system.custom.wifi = {
enable = false; #enable = false;
interfaces = [ "wlp3s0" ]; #interfaces = [ "wlp3s0" ];
configurationFile = <secrets/wpa_supplicant>; #configurationFile = <secrets/wpa_supplicant>;
}; #};
# just enable lan # just enable lan
networking.dhcpcd.allowInterfaces = [ "enp0s25" ]; networking.dhcpcd.allowInterfaces = [ "enp0s25" ];
# nix-shell -p speedtest_cli --run speedtest # nix-shell -p speedtest_cli --run speedtest
configuration.fireqos = { configuration.fireqos = {
enable = true; enable = true;

View file

@ -3,7 +3,7 @@
users.groups."syncthing".members = [ "mpd" "syncthing" "kodi" ]; users.groups."syncthing".members = [ "mpd" "syncthing" "kodi" ];
custom.samba-share = { custom.samba-share = {
enable = false; enable = true;
folders = { folders = {
movies = config.test.services.syncthing.declarative.folders.movies.path; movies = config.test.services.syncthing.declarative.folders.movies.path;
music = music =