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