mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: glance test
This commit is contained in:
parent
c667b34f37
commit
d2550deac3
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
{ config, flake, ... }:
|
{ config, flake, ... }:
|
||||||
let
|
let
|
||||||
inherit (flake.config.services.instances) wireGuard searx;
|
inherit (flake.config.services) instances;
|
||||||
inherit (flake.config.machines.devices) mars deimos ceres;
|
inherit (flake.config.machines.devices) mars deimos ceres;
|
||||||
service = wireGuard;
|
service = instances.wireGuard;
|
||||||
|
searx = instances.searx;
|
||||||
|
glance = instances.glance;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
|
@ -16,6 +18,7 @@ in
|
||||||
];
|
];
|
||||||
interfaces.wg0.allowedTCPPorts = [
|
interfaces.wg0.allowedTCPPorts = [
|
||||||
searx.ports.port0
|
searx.ports.port0
|
||||||
|
glance.ports.port0
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue