update: nfu

This commit is contained in:
Jet 2026-04-08 11:52:38 -07:00
parent 3a95a5668e
commit 5285e4d9d1
No known key found for this signature in database
2 changed files with 8 additions and 7 deletions

14
flake.lock generated
View file

@ -290,11 +290,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1774386573,
"narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=",
"lastModified": 1775423009,
"narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9",
"rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9",
"type": "github"
},
"original": {
@ -433,11 +433,11 @@
]
},
"locked": {
"lastModified": 1774756267,
"narHash": "sha256-Xp9roacTAPRTOveD62JcJwEqACZ/qsmKkyQjVCzNxPA=",
"lastModified": 1774843805,
"narHash": "sha256-F7DFXjnanOpZpvNE08L9lWEyF5hacs+cl/2mt7fuJGI=",
"ref": "refs/heads/main",
"rev": "60c598c17d06cb405df791889d371d9f7fb96865",
"revCount": 56,
"rev": "056daa6460fdd5ec01c9602b05cc4b370bee5701",
"revCount": 57,
"type": "git",
"url": "https://git.extremist.software/jet/website"
},

View file

@ -3,6 +3,7 @@
{
services.stalwart = {
enable = true;
stateVersion = config.system.stateVersion;
# Let stalwart open its own ports if needed for the main services
openFirewall = true;