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