fix: fixed publish dates for builds
This commit is contained in:
parent
51b237dd8e
commit
e8fd233a30
4 changed files with 46 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue