parent
4e08f6c774
commit
1933c157a5
|
@ -14,7 +14,7 @@
|
||||||
../../../profiles/jfdic-web.nix
|
../../../profiles/jfdic-web.nix
|
||||||
../../../profiles/resrok-web.nix
|
../../../profiles/resrok-web.nix
|
||||||
#../../../profiles/tmateServer.nix
|
#../../../profiles/tmateServer.nix
|
||||||
#../../../profiles/voc-web.nix
|
../../../profiles/voc-web.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
{
|
{
|
||||||
self,
|
self,
|
||||||
config,
|
config,
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
voc-web = import inputs.voc-web {};
|
flake = builtins.getFlake (toString ../.);
|
||||||
|
voc-web = import flake.inputs.voc-web {};
|
||||||
webdomain = "voicesofcapricornia.org";
|
webdomain = "voicesofcapricornia.org";
|
||||||
in {
|
in {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue