fix: fixed publish dates for builds

This commit is contained in:
Leyla Becker 2026-02-18 16:10:54 -06:00
parent 51b237dd8e
commit e8fd233a30
4 changed files with 46 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{inputs, ...}: {
{inputs, realSrc, ...}: {
imports = [
./hardware-configuration.nix
./module.nix
@ -41,6 +41,7 @@
];
enableACME = true;
acmeEmail = "leyla@jan-leila.com";
sourcePath = realSrc;
};
services.tor = {
@ -80,4 +81,4 @@
enable = true;
capacity = 100;
};
}
}