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
30712af182
commit
b85ddb710d
23 changed files with 309 additions and 510 deletions
|
@ -27,6 +27,9 @@ in
|
|||
boot = {
|
||||
options = ownerExclusiveReadWriteMask;
|
||||
};
|
||||
wireguard = {
|
||||
ip0 = "10.100.0.2";
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/mnt/media/${ceresStorageDriveName}";
|
||||
device = "/dev/disk/by-label/${ceresStorageDriveName}";
|
||||
|
|
|
@ -18,6 +18,9 @@ in
|
|||
boot = {
|
||||
options = ownerWriteOthersReadMask;
|
||||
};
|
||||
wireguard = {
|
||||
ip0 = "10.100.0.2";
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/mnt/media/games";
|
||||
device = "/dev/disk/by-label/Games";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue