modularize gpg
This commit is contained in:
parent
4ec61784ed
commit
a7827e619c
4 changed files with 57 additions and 24 deletions
|
@ -43,7 +43,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
local.services.zsh.enable = true;
|
||||
local.services = {
|
||||
zsh.enable = true;
|
||||
gpg = {
|
||||
enalbe = true;
|
||||
defaultKey = "7AA277E604A4173916BBB4E91FFAC35E1798174F";
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
stateVersion = "21.11"; # No tocar esto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue