forked from poz/niksos
fix keepass folder typo
This commit is contained in:
parent
da1412e2ae
commit
8f2764f735
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
KeepassXC = {
|
KeePassXC = {
|
||||||
path = "${homeDirectory}/KeepassXC";
|
path = "${homeDirectory}/KeePassXC";
|
||||||
devices = [ "niks" "del" "chmura" ];
|
devices = [ "niks" "del" "chmura" ];
|
||||||
versioning = {
|
versioning = {
|
||||||
type = "staggered";
|
type = "staggered";
|
||||||
|
|
Loading…
Reference in a new issue