mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 05:44:38 -05:00
feat: wireguard test
This commit is contained in:
parent
8b9ece1b4e
commit
1d9097408c
5 changed files with 24 additions and 59 deletions
|
@ -28,7 +28,7 @@ in
|
|||
options = ownerExclusiveReadWriteMask;
|
||||
};
|
||||
wireguard = {
|
||||
ip0 = "10.0.0.1";
|
||||
ip0 = "10.100.0.1";
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/mnt/media/${ceresStorageDriveName}";
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
options = ownerWriteOthersReadMask;
|
||||
};
|
||||
wireguard = {
|
||||
ip0 = "10.0.0.2";
|
||||
ip0 = "10.100.0.2";
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/mnt/media/games";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue