parent
8723cbec53
commit
1d7ed0c1ea
|
@ -10,7 +10,7 @@
|
|||
imports = [
|
||||
../../../networks/linode.nix
|
||||
../../../profiles/forgejo.nix
|
||||
#../../../profiles/hakyll-skeleton.nix
|
||||
../../../profiles/hakyll-skeleton.nix
|
||||
#../../../profiles/jfdic-web.nix
|
||||
#../../../profiles/resrok-web.nix
|
||||
#../../../profiles/tmateServer.nix
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
{
|
||||
self,
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
hakyll-skeleton = import inputs.hakyll-skeleton {};
|
||||
flake = builtins.getFlake (toString ../.);
|
||||
hakyll-skeleton = import flake.inputs.hakyll-skeleton {};
|
||||
webdomain = "skeleton.jfdic.org";
|
||||
in {
|
||||
environment.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue