miniflux: move into module
This commit is contained in:
parent
3c3868c88b
commit
8f4ffd1d45
23 changed files with 114 additions and 64 deletions
7
nixos/modules/profiles/base.nix
Normal file
7
nixos/modules/profiles/base.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
security.acme = {
|
||||
defaults.email = "d553a78d-0349-48db-9c20-5b27af3a1dfc@dadada.li";
|
||||
acceptTerms = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue