mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-25 20:45:37 +00:00
remember to require age for mail
This commit is contained in:
parent
8dba2ef88b
commit
bfa9e8fc4e
@ -1,5 +1,8 @@
|
|||||||
{ config, pkgs, lib, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
|
|
||||||
|
# Required to place identity file on machine
|
||||||
|
imports = [ ../shell/age.nix ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
mailUser = lib.mkOption {
|
mailUser = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
Loading…
Reference in New Issue
Block a user