feat: wireguard test

This commit is contained in:
Nick 2025-07-01 15:39:57 -05:00
parent 9c8890926e
commit 6fb7b5504d
7 changed files with 82 additions and 42 deletions

View file

@ -28,7 +28,7 @@ in
options = ownerExclusiveReadWriteMask;
};
wireguard = {
ip0 = "10.100.0.1";
ip0 = "10.0.0.1";
};
storage0 = {
mount = "/mnt/media/${ceresStorageDriveName}";

View file

@ -19,7 +19,7 @@ in
options = ownerWriteOthersReadMask;
};
wireguard = {
ip0 = "10.100.0.2";
ip0 = "10.0.0.2";
};
storage0 = {
mount = "/mnt/media/games";

View file

@ -14,7 +14,7 @@ in
path0 = "${sopsPath}/${name}";
};
ports = {
port0 = 51820;
port0 = 53;
port1 = 51821;
};
}

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
iptables
;
};
}

View file

@ -18,7 +18,6 @@ in
wayland
searx
flatpak
wireGuard
;
};
};
@ -33,7 +32,6 @@ in
sddm
flatpak
espanso
wireGuard
glance
;
};
@ -44,7 +42,6 @@ in
inherit (modules)
plasma
sddm
wireGuard
;
};
};
@ -70,15 +67,6 @@ in
};
};
mantle = {
imports = builtins.attrValues {
inherit (modules)
sops
xserver
;
};
};
crust = {
imports = builtins.attrValues {
inherit (modules)
@ -88,6 +76,15 @@ in
};
};
mantle = {
imports = builtins.attrValues {
inherit (modules)
sops
xserver
;
};
};
core = {
imports = builtins.attrValues {
inherit (modules)