asd
This commit is contained in:
parent
854844e039
commit
22b5fc10f9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ username, config, ... }:
|
||||
{ username, ... }:
|
||||
|
||||
{
|
||||
programs.gnupg.agent = {
|
||||
|
@ -35,7 +35,7 @@
|
|||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".ssh"
|
||||
"${config.xdg.dataHome}/gnupg"
|
||||
".local/share/gnupg"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue