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
50644ccbd4
commit
5c1d3e6356
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
{ flake, configHelpers, ... }:
|
{ flake, configHelpers, ... }:
|
||||||
let
|
let
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
inherit (flake.config.machines.devices) ceres;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
|
assets-path = "/home/${user0}/Files/Projects/dotfiles/modules/nixos/services/glance/assets";
|
||||||
host = configHelpers.host;
|
# host = configHelpers.host;
|
||||||
# host = configHelpers.localhost;
|
# host = configHelpers.localhost;
|
||||||
|
host = ceres.wireguard.ip0;
|
||||||
port = configHelpers.service.ports.port0;
|
port = configHelpers.service.ports.port0;
|
||||||
# auth = {
|
# auth = {
|
||||||
# secret-key = config.sops.secrets."${service.name}-key".path;
|
# secret-key = config.sops.secrets."${service.name}-key".path;
|
||||||
|
|
|
@ -3,8 +3,6 @@ let
|
||||||
inherit (flake.config.services) instances;
|
inherit (flake.config.services) instances;
|
||||||
inherit (flake.config.machines.devices) mars deimos ceres;
|
inherit (flake.config.machines.devices) mars deimos ceres;
|
||||||
service = instances.wireGuard;
|
service = instances.wireGuard;
|
||||||
searx = instances.searx;
|
|
||||||
glance = instances.glance;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue