final touches

This commit is contained in:
Matthew Tran
2025-02-25 00:58:21 -08:00
parent 3fc2698db9
commit 10d005fd19
4 changed files with 30 additions and 29 deletions
+1
View File
@@ -30,6 +30,7 @@ if __name__ == "__main__":
for group in PATHS:
for p in PATHS[group]:
Path(p).mkdir(parents=True, exist_ok=True)
Path(p).chmod(0o775)
shutil.chown(p, user=os.getlogin(), group=group)
# add users to nas
+1 -1
View File
@@ -34,7 +34,7 @@ if __name__ == "__main__":
# basic setup
run([
f"uci set network.globals.ula_prefix='{WRT_ULA}/48'"
f"uci set network.globals.ula_prefix='{WRT_ULA}/48'",
"uci set dropbear.main.Interface='lan'",
"uci commit network",
"uci commit dropbear",