Fix: hugo build

This commit is contained in:
DuN0z 2025-10-08 11:40:24 +02:00
parent 72154f92b7
commit da8f43f652
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ...}: {
{ pkgs, lib, ...}: {
environment.systemPackages = with pkgs; [
hugo
];
@ -15,6 +15,9 @@
'';
User = "lomig";
};
environment = {
PATH = lib.mkForce "${pkgs.git}/bin:${pkgs.hugo}/bin:${pkgs.openssh}/bin";
};
};
systemd.timers.hugo-build = {
description = "Timer pour rebuild du blog";