mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: glance test
This commit is contained in:
parent
50644ccbd4
commit
5c1d3e6356
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
|||
{ flake, configHelpers, ... }:
|
||||
let
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.machines.devices) ceres;
|
||||
in
|
||||
{
|
||||
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
|
||||
host = configHelpers.host;
|
||||
# host = configHelpers.host;
|
||||
# host = configHelpers.localhost;
|
||||
host = ceres.wireguard.ip0;
|
||||
port = configHelpers.service.ports.port0;
|
||||
# auth = {
|
||||
# secret-key = config.sops.secrets."${service.name}-key".path;
|
||||
|
|
|
@ -3,8 +3,6 @@ let
|
|||
inherit (flake.config.services) instances;
|
||||
inherit (flake.config.machines.devices) mars deimos ceres;
|
||||
service = instances.wireGuard;
|
||||
searx = instances.searx;
|
||||
glance = instances.glance;
|
||||
in
|
||||
{
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue