alpha
Login
or
Join now
ptr.pet
/
tranquil-pds
forked from
tranquil.farm/tranquil-pds
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Our Personal Data Server from scratch!
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore(nix): remove sendmail
author
isabel
committer
Tangled
date
2 months ago
(May 2, 2026, 11:32 PM +0300)
commit
f176f558
f176f55862bc4c41472f8697cc2ca069c24d5e37
parent
fac9520a
fac9520a167aab562375a2763dd605516bb96673
-8
1 changed file
Expand all
Collapse all
Unified
Split
module.nix
-8
module.nix
View file
Reviewed
···
120
120
description = "Directory for storing blobs";
121
121
};
122
122
};
123
123
-
124
124
-
email = {
125
125
-
sendmail_path = mkOption {
126
126
-
type = types.path;
127
127
-
default = lib.getExe pkgs.system-sendmail;
128
128
-
description = "Path to the sendmail executable to use for sending emails.";
129
129
-
};
130
130
-
};
131
123
};
132
124
};
133
125