Compare commits
No commits in common. "dde5d3a0b38583dee4ce58a3183260963596638a" and "2eb4b0f1bce989ee265a103bec041f9270fb465c" have entirely different histories.
dde5d3a0b3
...
2eb4b0f1bc
4 changed files with 0 additions and 20 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "nix-secrets"]
|
[submodule "nix-secrets"]
|
||||||
path = nix-secrets
|
path = nix-secrets
|
||||||
url = gitea@git.vatthauer.xyz:leonv/nix-secrets.git
|
url = gitea@git.vatthauer.xyz:leonv/nix-secrets.git
|
||||||
[submodule "willem/services/resumee-website"]
|
|
||||||
path = willem/services/resumee-website
|
|
||||||
url = forgejo@git.vatthauer.xyz:leonv/resumee-website.git
|
|
||||||
|
|
|
@ -30,9 +30,4 @@
|
||||||
proxyPass = "http://localhost:8096";
|
proxyPass = "http://localhost:8096";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."blog.korfuri.fr" = {
|
|
||||||
forceSSL = true;
|
|
||||||
enableACME = true;
|
|
||||||
root = callPackage ./resumee-website.nix {};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit da26393e34ba9178a5b55737f7616aa8be25b5b3
|
|
|
@ -1,11 +0,0 @@
|
||||||
{ stdenv, hugo }:
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "resumee-website";
|
|
||||||
src = ./resumee-website;
|
|
||||||
nativeBuildInputs = [ hugo ];
|
|
||||||
phases = [ "unpackPhase" "buildPhase" ];
|
|
||||||
buildPhase = ''
|
|
||||||
hugo -s . -d "$out"
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue