mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: updated glance
This commit is contained in:
parent
8d4ce8d2f9
commit
a5bfa31ada
19 changed files with 115 additions and 22 deletions
|
@ -6,7 +6,7 @@ let
|
|||
service = glance;
|
||||
configPath = ./config;
|
||||
configImports = {
|
||||
server = import (configPath + /server.nix) { inherit service; };
|
||||
server = import (configPath + /server.nix) { inherit flake service; };
|
||||
branding = import (configPath + /branding.nix);
|
||||
theme = import (configPath + /theme.nix);
|
||||
pages = import (configPath + /pages.nix) { inherit config flake; };
|
||||
|
@ -22,9 +22,10 @@ in
|
|||
sops =
|
||||
let
|
||||
sopsPath = secret: {
|
||||
path = "${service.sops.path0}/${service.name}-${secret}";
|
||||
path = "/run/secrets/${service.name}-${secret}";
|
||||
owner = "root";
|
||||
mode = "600";
|
||||
group = "root";
|
||||
mode = "644";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue