Refactor the whole configuration #1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ username, config, ... }:
|
{ username, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
environment.persistence."/nix/persist" = {
|
environment.persistence."/nix/persist" = {
|
||||||
users."${username}".directories = [
|
users."${username}".directories = [
|
||||||
".ssh"
|
".ssh"
|
||||||
"${config.xdg.dataHome}/gnupg"
|
".local/share/gnupg"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue