replace fetchGit with pkgs.fetchgit
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts = {
|
||||
"ping.clerie.de" = {
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
root = fetchGit {
|
||||
root = pkgs.fetchgit {
|
||||
url = "https://git.clerie.de/clerie/ping.clerie.de.git";
|
||||
ref = "main";
|
||||
rev = "c9c0849e1f63fd2e3aeeba8ce19ec44065a5d563";
|
||||
sha256 = "sha256-w6YG8qtuAVR7ET9pI/j8UMhF3JLDywLbD6DbM/Huyzw=";
|
||||
};
|
||||
/*
|
||||
locations."= /" = {
|
||||
|
Reference in New Issue
Block a user