add nas settings file

This commit is contained in:
mjallen18
2025-07-07 11:27:09 -05:00
parent 803f229a4a
commit 6b28f57207
11 changed files with 55 additions and 50 deletions

5
hosts/nas/settings.nix Normal file
View File

@@ -0,0 +1,5 @@
{
username = "admin";
hostAddress = "10.0.1.3";
hostName = "jallen-nas";
}