enhancements for samba server

This commit is contained in:
Noah Masur
2023-03-06 04:46:12 +00:00
parent 59bd3590a4
commit 4502c5ff62
2 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,8 @@
networking.interfaces.enp5s0.useDHCP = true;
networking.interfaces.wlp4s0.useDHCP = true;
networking.firewall.allowPing = lib.mkIf config.server true;
};
}